#CFE1DC

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

Shades of Iceberg #CFE1DC

Tints of Iceberg #CFE1DC

Color information

#CFE1DC (or 0xCFE1DC) is unknown color: approx Iceberg. HEX triplet: CF, E1 and DC. RGB value is (207,225,220). Sum of RGB (Red+Green+Blue) = 207+225+220=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1DC is #301E23. Grayscale: #DBDBDB. Windows color (decimal): -3153444 or 14475727. OLE color: 14475727.

HSL color Cylindrical-coordinate representation of color #CFE1DC: hue angle of 163.33º degrees, saturation: 0.23, 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 #CFE1DC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB207225220-
CMYK0.0800.020.12
HSL163.33º23.08%84.71%-
HSV(B)163.33º8%88.24%-
XYZ65.5872.2878.21-
YUV219.05128.54119.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=31.75%
G=34.51%
B=33.74%

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
Decimal2072252200.0800.020.12163.3323.0884.71
HexCFE1DC802Ca31755
Octal31734133410021424327125
Binary1100111111100001110111001000010110010100011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1DC; }

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

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

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

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

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

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

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

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