Html Css Color HEX #CCFEE1 White Ice

📋 copy color: '#CCFEE1'

red 204 ◦ green 254 ◦ blue 225

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

Shades of White Ice #CCFEE1

Tints of White Ice #CCFEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.94%

R = 29.87%
G = 37.19%
B = 32.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#CCFEE1 (or 0xCCFEE1) is known color: White Ice. HEX triplet: CC, FE and E1. RGB value is (204,254,225). Sum of RGB (Red+Green+Blue) = 204+254+225=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE1 is #33011E. Grayscale: #EBEBEB. Windows color (decimal): -3342623 or 14810828. OLE color: 14810828.

HSL color Cylindrical-coordinate representation of color #CCFEE1: hue angle of 145.2º 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 #CCFEE1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 225 -
CMYK 0.20 0 0.11 0.00
HSL 145.2º 0.96% 0.9% -
HSV(B) 145.2º 0.2% 1% -
XYZ 73.93 89.16 84.55 -
YUV 235.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 204 254 225 0.20 0 0.11 0.00 145.2 0.96 0.9
Hex CC FE E1 14 0 B 0 91 60 5A
Octal 314 376 341 24 0 13 0 221 140 132
Binary 11001100 11111110 11100001 10100 0 1011 0 10010001 1100000 1011010

Color Harmonies of #CCFEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEE1

Black with #CCFEE1

Text Example


Text Example

White with #CCFEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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