#CFE5DA

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

Shades of Iceberg #CFE5DA

Tints of Iceberg #CFE5DA

Color information

#CFE5DA (or 0xCFE5DA) is unknown color: approx Iceberg. HEX triplet: CF, E5 and DA. RGB value is (207,229,218). Sum of RGB (Red+Green+Blue) = 207+229+218=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5DA is #301A25. Grayscale: #DDDDDD. Windows color (decimal): -3152422 or 14345679. OLE color: 14345679.

HSL color Cylindrical-coordinate representation of color #CFE5DA: hue angle of 150º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE5DA is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB207229218-
CMYK0.1000.050.10
HSL150º29.73%85.49%-
HSV(B)150º9.61%89.8%-
XYZ66.4174.3777.18-
YUV221.17126.21117.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=31.65%
G=35.02%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072292180.1000.050.1015029.7385.49
HexCFE5DAA05A961e55
Octal31734533212051222636125
Binary11001111111001011101101010100101101010010110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5DA; }

 p { color: rgb(207,229,218); }

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

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

 a { background-color: rgb(207,229,218); }

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

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

 span { border-color: rgb(207,229,218); }

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