#CFFDE6

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

Shades of White Ice #CFFDE6

Tints of White Ice #CFFDE6

Color information

#CFFDE6 (or 0xCFFDE6) is unknown color: approx White Ice. HEX triplet: CF, FD and E6. RGB value is (207,253,230). Sum of RGB (Red+Green+Blue) = 207+253+230=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDE6 is #300219. Grayscale: #ECECEC. Windows color (decimal): -3146266 or 15138255. OLE color: 15138255.

HSL color Cylindrical-coordinate representation of color #CFFDE6: hue angle of 150º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDE6 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB207253230-
CMYK0.1800.090.01
HSL150º92%90.2%-
HSV(B)150º18.18%99.22%-
XYZ75.1489.2388.13-
YUV236.62124.26106.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 230 (90.23% from 255) = 33.33%
R=30%
G=36.67%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532300.1800.090.011509290.2
HexCFFDE612091965c5a
Octal317375346220111226134132
Binary110011111111110111100110100100100111001011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDE6; }

 p { color: rgb(207,253,230); }

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

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

 a { background-color: rgb(207,253,230); }

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

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

 span { border-color: rgb(207,253,230); }

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