#CFE0DC

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

Shades of Iceberg #CFE0DC

Tints of Iceberg #CFE0DC

Color information

#CFE0DC (or 0xCFE0DC) is unknown color: approx Iceberg. HEX triplet: CF, E0 and DC. RGB value is (207,224,220). Sum of RGB (Red+Green+Blue) = 207+224+220=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0DC is #301F23. Grayscale: #DADADA. Windows color (decimal): -3153700 or 14475471. OLE color: 14475471.

HSL color Cylindrical-coordinate representation of color #CFE0DC: hue angle of 165.88º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0DC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB207224220-
CMYK0.0800.020.12
HSL165.88º21.52%84.51%-
HSV(B)165.88º7.59%87.84%-
XYZ65.3171.7478.12-
YUV218.46128.87119.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=31.80%
G=34.41%
B=33.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072242200.0800.020.12165.8821.5284.51
HexCFE0DC802Ca61655
Octal31734033410021424626125
Binary1100111111100000110111001000010110010100110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0DC; }

 p { color: rgb(207,224,220); }

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

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

 a { background-color: rgb(207,224,220); }

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

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

 span { border-color: rgb(207,224,220); }

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