#C6D7CF

Color #C6D7CF Iceberg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iceberg #C6D7CF

Tints of Iceberg #C6D7CF

Color information

#C6D7CF (or 0xC6D7CF) is unknown color: approx Iceberg. HEX triplet: C6, D7 and CF. RGB value is (198,215,207). Sum of RGB (Red+Green+Blue) = 198+215+207=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7CF is #392830. Grayscale: #D1D1D1. Windows color (decimal): -3745841 or 13621190. OLE color: 13621190.

HSL color Cylindrical-coordinate representation of color #C6D7CF: hue angle of 151.76º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6D7CF is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB198215207-
CMYK0.0800.040.16
HSL151.76º17.53%80.98%-
HSV(B)151.76º7.91%84.31%-
XYZ58.8565.1168.5-
YUV209126.87120.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 31.94%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=31.94%
G=34.68%
B=33.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982152070.0800.040.16151.7617.5380.98
HexC6D7CF80410981251
Octal30632731710042023022121
Binary110001101101011111001111100001001000010011000100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D7CF; }

 p { color: rgb(198,215,207); }

 H1.HeaderClassName
 {
   color: #C6D7CF;
 }
 .AnyTagClassName
 {
   color: #C6D7CF;
 }
</style>
background-color css

<style>
 a { background-color: #C6D7CF; }

 a { background-color: rgb(198,215,207); }

 div.DivClassName
 {
   background-color: #C6D7CF;
 }
 .BgClassName
 {
   background-color: #C6D7CF;
 }
</style>
border-color css

<style>
 span { border-color: #C6D7CF; }

 span { border-color: rgb(198,215,207); }

 td.TdClassName
 {
   border-color: #C6D7CF;
 }
 .TagClassName
 {
   border-color: #C6D7CF;
 }
</style>