Html Css Color HEX #CCFDE2 White Ice

📋 copy color: '#CCFDE2'

red 204 ◦ green 253 ◦ blue 226

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

Shades of White Ice #CCFDE2

Tints of White Ice #CCFDE2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.04%

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

R = 29.87%
G = 37.04%
B = 33.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#CCFDE2 (or 0xCCFDE2) is known color: White Ice. HEX triplet: CC, FD and E2. RGB value is (204,253,226). Sum of RGB (Red+Green+Blue) = 204+253+226=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDE2 is #33021D. Grayscale: #EBEBEB. Windows color (decimal): -3342878 or 14876108. OLE color: 14876108.

HSL color Cylindrical-coordinate representation of color #CCFDE2: hue angle of 146.94º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDE2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 226 -
CMYK 0.19 0 0.11 0.01
HSL 146.94º 0.92% 0.9% -
HSV(B) 146.94º 0.19% 0.99% -
XYZ 73.75 88.58 85.16 -
YUV 235.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 204 253 226 0.19 0 0.11 0.01 146.94 0.92 0.9
Hex CC FD E2 13 0 B 1 93 5C 5A
Octal 314 375 342 23 0 13 1 223 134 132
Binary 11001100 11111101 11100010 10011 0 1011 1 10010011 1011100 1011010

Color Harmonies of #CCFDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDE2

Black with #CCFDE2

Text Example


Text Example

White with #CCFDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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