#CFE4DD

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

Shades of Iceberg #CFE4DD

Tints of Iceberg #CFE4DD

Color information

#CFE4DD (or 0xCFE4DD) is unknown color: approx Iceberg. HEX triplet: CF, E4 and DD. RGB value is (207,228,221). Sum of RGB (Red+Green+Blue) = 207+228+221=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4DD is #301B22. Grayscale: #DCDCDC. Windows color (decimal): -3152675 or 14542031. OLE color: 14542031.

HSL color Cylindrical-coordinate representation of color #CFE4DD: hue angle of 160º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFE4DD is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB207228221-
CMYK0.0900.030.11
HSL160º28%85.29%-
HSV(B)160º9.21%89.41%-
XYZ66.5373.9779.18-
YUV220.92128.04118.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 228 (89.45% from 255) = 34.76%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=31.55%
G=34.76%
B=33.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072282210.0900.030.111602885.29
HexCFE4DD903Ba01c55
Octal31734433511031324034125
Binary1100111111100100110111011001011101110100000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4DD; }

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

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

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

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

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

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

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

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