#CFE5DD

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

Shades of Iceberg #CFE5DD

Tints of Iceberg #CFE5DD

Color information

#CFE5DD (or 0xCFE5DD) is unknown color: approx Iceberg. HEX triplet: CF, E5 and DD. RGB value is (207,229,221). Sum of RGB (Red+Green+Blue) = 207+229+221=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5DD is #301A22. Grayscale: #DDDDDD. Windows color (decimal): -3152419 or 14542287. OLE color: 14542287.

HSL color Cylindrical-coordinate representation of color #CFE5DD: hue angle of 158.18º 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 #CFE5DD is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB207229221-
CMYK0.1000.030.10
HSL158.18º29.73%85.49%-
HSV(B)158.18º9.61%89.8%-
XYZ66.874.5279.27-
YUV221.51127.71117.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=31.51%
G=34.86%
B=33.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072292210.1000.030.10158.1829.7385.49
HexCFE5DDA03A9e1e55
Octal31734533512031223636125
Binary1100111111100101110111011010011101010011110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5DD; }

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

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

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

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

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

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

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

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