#C8DCD4

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

Shades of Iceberg #C8DCD4

Tints of Iceberg #C8DCD4

Color information

#C8DCD4 (or 0xC8DCD4) is unknown color: approx Iceberg. HEX triplet: C8, DC and D4. RGB value is (200,220,212). Sum of RGB (Red+Green+Blue) = 200+220+212=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCD4 is #37232B. Grayscale: #D5D5D5. Windows color (decimal): -3613484 or 13950152. OLE color: 13950152.

HSL color Cylindrical-coordinate representation of color #C8DCD4: hue angle of 156º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DCD4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB200220212-
CMYK0.0900.040.14
HSL156º22.22%82.35%-
HSV(B)156º9.09%86.27%-
XYZ61.368.2272.22-
YUV213.11127.37118.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.65%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=31.65%
G=34.81%
B=33.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002202120.0900.040.1415622.2282.35
HexC8DCD4904E9c1652
Octal31033432411041623426122
Binary11001000110111001101010010010100111010011100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCD4; }

 p { color: rgb(200,220,212); }

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

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

 a { background-color: rgb(200,220,212); }

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

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

 span { border-color: rgb(200,220,212); }

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