#CFE5DE

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

Shades of Iceberg #CFE5DE

Tints of Iceberg #CFE5DE

Color information

#CFE5DE (or 0xCFE5DE) is unknown color: approx Iceberg. HEX triplet: CF, E5 and DE. RGB value is (207,229,222). Sum of RGB (Red+Green+Blue) = 207+229+222=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5DE is #301A21. Grayscale: #DDDDDD. Windows color (decimal): -3152418 or 14607823. OLE color: 14607823.

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

Color convert

RGB207229222-
CMYK0.1000.030.10
HSL160.91º29.73%85.49%-
HSV(B)160.91º9.61%89.8%-
XYZ66.9474.5879.97-
YUV221.62128.21117.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 229 (89.84% from 255) = 34.80%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=31.46%
G=34.80%
B=33.74%

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
Decimal2072292220.1000.030.10160.9129.7385.49
HexCFE5DEA03Aa11e55
Octal31734533612031224136125
Binary1100111111100101110111101010011101010100001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5DE; }

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

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

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

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

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

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

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

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