Html Css Color HEX #CCFDE0 White Ice

📋 copy color: '#CCFDE0'

red 204 ◦ green 253 ◦ blue 224

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

Shades of White Ice #CCFDE0

Tints of White Ice #CCFDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.89%

R = 29.96%
G = 37.15%
B = 32.89%

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

#CCFDE0 (or 0xCCFDE0) is known color: White Ice. HEX triplet: CC, FD and E0. RGB value is (204,253,224). Sum of RGB (Red+Green+Blue) = 204+253+224=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDE0 is #33021F. Grayscale: #EBEBEB. Windows color (decimal): -3342880 or 14745036. OLE color: 14745036.

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

Color convert

RGB 204 253 224 -
CMYK 0.19 0 0.11 0.01
HSL 144.49º 0.92% 0.9% -
HSV(B) 144.49º 0.19% 0.99% -
XYZ 73.48 88.47 83.72 -
YUV 235.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 204 253 224 0.19 0 0.11 0.01 144.49 0.92 0.9
Hex CC FD E0 13 0 B 1 90 5C 5A
Octal 314 375 340 23 0 13 1 220 134 132
Binary 11001100 11111101 11100000 10011 0 1011 1 10010000 1011100 1011010

Color Harmonies of #CCFDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDE0

Black with #CCFDE0

Text Example


Text Example

White with #CCFDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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