#CFFDE3

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

Shades of White Ice #CFFDE3

Tints of White Ice #CFFDE3

Color information

#CFFDE3 (or 0xCFFDE3) is unknown color: approx White Ice. HEX triplet: CF, FD and E3. RGB value is (207,253,227). Sum of RGB (Red+Green+Blue) = 207+253+227=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDE3 is #30021C. Grayscale: #ECECEC. Windows color (decimal): -3146269 or 14941647. OLE color: 14941647.

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

Color convert

RGB207253227-
CMYK0.1800.100.01
HSL146.09º92%90.2%-
HSV(B)146.09º18.18%99.22%-
XYZ74.7289.0685.93-
YUV236.28122.76107.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.13%
GREEN value IS 253 (99.22% from 255) = 36.83%
BLUE value IS 227 (89.06% from 255) = 33.04%
R=30.13%
G=36.83%
B=33.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532270.1800.100.01146.099290.2
HexCFFDE3120A1925c5a
Octal317375343220121222134132
Binary110011111111110111100011100100101011001001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDE3; }

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

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

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

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

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

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

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

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