#C8DED6

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

Shades of Iceberg #C8DED6

Tints of Iceberg #C8DED6

Color information

#C8DED6 (or 0xC8DED6) is unknown color: approx Iceberg. HEX triplet: C8, DE and D6. RGB value is (200,222,214). Sum of RGB (Red+Green+Blue) = 200+222+214=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DED6 is #372129. Grayscale: #D6D6D6. Windows color (decimal): -3612970 or 14081736. OLE color: 14081736.

HSL color Cylindrical-coordinate representation of color #C8DED6: hue angle of 158.18º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DED6 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB200222214-
CMYK0.1000.040.13
HSL158.18º25%82.75%-
HSV(B)158.18º9.91%87.06%-
XYZ62.0869.3873.74-
YUV214.51127.71117.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.45%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=31.45%
G=34.91%
B=33.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002222140.1000.040.13158.182582.75
HexC8DED6A04D9e1953
Octal31033632612041523631123
Binary11001000110111101101011010100100110110011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DED6; }

 p { color: rgb(200,222,214); }

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

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

 a { background-color: rgb(200,222,214); }

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

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

 span { border-color: rgb(200,222,214); }

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