#CFFDE5

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

Shades of White Ice #CFFDE5

Tints of White Ice #CFFDE5

Color information

#CFFDE5 (or 0xCFFDE5) is unknown color: approx White Ice. HEX triplet: CF, FD and E5. RGB value is (207,253,229). Sum of RGB (Red+Green+Blue) = 207+253+229=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDE5 is #30021A. Grayscale: #ECECEC. Windows color (decimal): -3146267 or 15072719. OLE color: 15072719.

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

Color convert

RGB207253229-
CMYK0.1800.090.01
HSL148.7º92%90.2%-
HSV(B)148.7º18.18%99.22%-
XYZ7589.1787.39-
YUV236.51123.76106.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 229 (89.84% from 255) = 33.24%
R=30.04%
G=36.72%
B=33.24%

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
Decimal2072532290.1800.090.01148.79290.2
HexCFFDE512091955c5a
Octal317375345220111225134132
Binary110011111111110111100101100100100111001010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDE5; }

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

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

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

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

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

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

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

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