#CFE4DC

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

Shades of Iceberg #CFE4DC

Tints of Iceberg #CFE4DC

Color information

#CFE4DC (or 0xCFE4DC) is unknown color: approx Iceberg. HEX triplet: CF, E4 and DC. RGB value is (207,228,220). Sum of RGB (Red+Green+Blue) = 207+228+220=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4DC is #301B23. Grayscale: #DCDCDC. Windows color (decimal): -3152676 or 14476495. OLE color: 14476495.

HSL color Cylindrical-coordinate representation of color #CFE4DC: hue angle of 157.14º 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 #CFE4DC is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB207228220-
CMYK0.0900.040.11
HSL157.14º28%85.29%-
HSV(B)157.14º9.21%89.41%-
XYZ66.3973.9278.48-
YUV220.81127.54118.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=31.60%
G=34.81%
B=33.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072282200.0900.040.11157.142885.29
HexCFE4DC904B9d1c55
Octal31734433411041323534125
Binary11001111111001001101110010010100101110011101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4DC; }

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

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

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

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

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

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

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

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