#CFE2DC

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

Shades of Iceberg #CFE2DC

Tints of Iceberg #CFE2DC

Color information

#CFE2DC (or 0xCFE2DC) is unknown color: approx Iceberg. HEX triplet: CF, E2 and DC. RGB value is (207,226,220). Sum of RGB (Red+Green+Blue) = 207+226+220=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2DC is #301D23. Grayscale: #DBDBDB. Windows color (decimal): -3153188 or 14475983. OLE color: 14475983.

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

Color convert

RGB207226220-
CMYK0.0800.030.11
HSL161.05º24.68%84.9%-
HSV(B)161.05º8.41%88.63%-
XYZ65.8572.8378.3-
YUV219.64128.21118.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=31.70%
G=34.61%
B=33.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072262200.0800.030.11161.0524.6884.9
HexCFE2DC803Ba11955
Octal31734233410031324131125
Binary1100111111100010110111001000011101110100001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2DC; }

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

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

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

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

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

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

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

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