Html Css Color HEX #CCFEE5 White Ice

📋 copy color: '#CCFEE5'

red 204 ◦ green 254 ◦ blue 229

#CCFEE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #CCFEE5

Tints of White Ice #CCFEE5

RGB

 RED value IS 204 (80.08% from 255) = 29.69%

 GREEN value IS 254 (99.61% from 255) = 36.97%

 BLUE value IS 229 (89.84% from 255) = 33.33%

R = 29.69%
G = 36.97%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#CCFEE5 (or 0xCCFEE5) is known color: White Ice. HEX triplet: CC, FE and E5. RGB value is (204,254,229). Sum of RGB (Red+Green+Blue) = 204+254+229=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE5 is #33011A. Grayscale: #ECECEC. Windows color (decimal): -3342619 or 15072972. OLE color: 15072972.

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

Color convert

RGB 204 254 229 -
CMYK 0.20 0 0.10 0.00
HSL 150º 0.96% 0.9% -
HSV(B) 150º 0.2% 1% -
XYZ 74.49 89.38 87.45 -
YUV 236.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 204 254 229 0.20 0 0.10 0.00 150 0.96 0.9
Hex CC FE E5 14 0 A 0 96 60 5A
Octal 314 376 345 24 0 12 0 226 140 132
Binary 11001100 11111110 11100101 10100 0 1010 0 10010110 1100000 1011010

Color Harmonies of #CCFEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEE5

Black with #CCFEE5

Text Example


Text Example

White with #CCFEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEE5; }

 p { color: rgb(204,254,229); }

 H1.HeaderClassName
 {
   color: #CCFEE5;
 }
 .AnyTagClassName
 {
   color: #CCFEE5;
 }
</style>

background-color css

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

 a { background-color: rgb(204,254,229); }

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

border-color css

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

 span { border-color: rgb(204,254,229); }

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