#CFE7DB

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

Shades of White Ice #CFE7DB

Tints of White Ice #CFE7DB

Color information

#CFE7DB (or 0xCFE7DB) is unknown color: approx White Ice. HEX triplet: CF, E7 and DB. RGB value is (207,231,219). Sum of RGB (Red+Green+Blue) = 207+231+219=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7DB is #301824. Grayscale: #DEDEDE. Windows color (decimal): -3151909 or 14411727. OLE color: 14411727.

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

Color convert

RGB207231219-
CMYK0.1000.050.09
HSL150º33.33%85.88%-
HSV(B)150º10.39%90.59%-
XYZ67.0975.5378.06-
YUV222.46126.05116.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=31.51%
G=35.16%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072312190.1000.050.0915033.3385.88
HexCFE7DBA059962156
Octal31734733312051122641126
Binary110011111110011111011011101001011001100101101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7DB; }

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

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

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

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

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

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

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

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