#CFF7DE

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

Shades of White Ice #CFF7DE

Tints of White Ice #CFF7DE

Color information

#CFF7DE (or 0xCFF7DE) is unknown color: approx White Ice. HEX triplet: CF, F7 and DE. RGB value is (207,247,222). Sum of RGB (Red+Green+Blue) = 207+247+222=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7DE is #300821. Grayscale: #E8E8E8. Windows color (decimal): -3147810 or 14612431. OLE color: 14612431.

HSL color Cylindrical-coordinate representation of color #CFF7DE: hue angle of 142.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7DE is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB207247222-
CMYK0.1600.100.03
HSL142.5º71.43%89.02%-
HSV(B)142.5º16.19%96.86%-
XYZ72.1885.0681.72-
YUV232.19122.25110.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.62%
GREEN value IS 247 (96.88% from 255) = 36.54%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=30.62%
G=36.54%
B=32.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072472220.1600.100.03142.571.4389.02
HexCFF7DE100A38e4759
Octal317367336200123216107131
Binary1100111111110111110111101000001010111000111010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7DE; }

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

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

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

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

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

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

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

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