Html Css Color HEX #CCFEE2 White Ice

📋 copy color: '#CCFEE2'

red 204 ◦ green 254 ◦ blue 226

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

Shades of White Ice #CCFEE2

Tints of White Ice #CCFEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.04%

R = 29.82%
G = 37.13%
B = 33.04%

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

#CCFEE2 (or 0xCCFEE2) is known color: White Ice. HEX triplet: CC, FE and E2. RGB value is (204,254,226). Sum of RGB (Red+Green+Blue) = 204+254+226=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE2 is #33011D. Grayscale: #EBEBEB. Windows color (decimal): -3342622 or 14876364. OLE color: 14876364.

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

Color convert

RGB 204 254 226 -
CMYK 0.20 0 0.11 0.00
HSL 146.4º 0.96% 0.9% -
HSV(B) 146.4º 0.2% 1% -
XYZ 74.07 89.21 85.27 -
YUV 235.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 204 254 226 0.20 0 0.11 0.00 146.4 0.96 0.9
Hex CC FE E2 14 0 B 0 92 60 5A
Octal 314 376 342 24 0 13 0 222 140 132
Binary 11001100 11111110 11100010 10100 0 1011 0 10010010 1100000 1011010

Color Harmonies of #CCFEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEE2

Black with #CCFEE2

Text Example


Text Example

White with #CCFEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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