#CDFEE4

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

Shades of White Ice #CDFEE4

Tints of White Ice #CDFEE4

Color information

#CDFEE4 (or 0xCDFEE4) is unknown color: approx White Ice. HEX triplet: CD, FE and E4. RGB value is (205,254,228). Sum of RGB (Red+Green+Blue) = 205+254+228=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEE4 is #32011B. Grayscale: #ECECEC. Windows color (decimal): -3277084 or 15007437. OLE color: 15007437.

HSL color Cylindrical-coordinate representation of color #CDFEE4: hue angle of 148.16º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFEE4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB205254228-
CMYK0.1900.100.00
HSL148.16º96.08%90%-
HSV(B)148.16º19.29%99.61%-
XYZ74.6289.4686.73-
YUV236.38123.27105.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 228 (89.45% from 255) = 33.19%
R=29.84%
G=36.97%
B=33.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052542280.1900.100.00148.1696.0890
HexCDFEE4130A094605a
Octal315376344230120224140132
Binary110011011111111011100100100110101001001010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEE4; }

 p { color: rgb(205,254,228); }

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

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

 a { background-color: rgb(205,254,228); }

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

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

 span { border-color: rgb(205,254,228); }

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