#CFE7DE

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

Shades of Iceberg #CFE7DE

Tints of Iceberg #CFE7DE

Color information

#CFE7DE (or 0xCFE7DE) is unknown color: approx Iceberg. HEX triplet: CF, E7 and DE. RGB value is (207,231,222). Sum of RGB (Red+Green+Blue) = 207+231+222=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7DE is #301821. Grayscale: #DEDEDE. Windows color (decimal): -3151906 or 14608335. OLE color: 14608335.

HSL color Cylindrical-coordinate representation of color #CFE7DE: hue angle of 157.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7DE is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB207231222-
CMYK0.1000.040.09
HSL157.5º33.33%85.88%-
HSV(B)157.5º10.39%90.59%-
XYZ67.4975.6980.16-
YUV222.8127.55116.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=31.36%
G=35%
B=33.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072312220.1000.040.09157.533.3385.88
HexCFE7DEA0499e2156
Octal31734733612041123641126
Binary110011111110011111011110101001001001100111101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7DE; }

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

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

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

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

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

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

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

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