Html Css Color HEX #CCFDE1 White Ice

📋 copy color: '#CCFDE1'

red 204 ◦ green 253 ◦ blue 225

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

Shades of White Ice #CCFDE1

Tints of White Ice #CCFDE1

RGB

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

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

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

R = 29.91%
G = 37.1%
B = 32.99%

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

#CCFDE1 (or 0xCCFDE1) is known color: White Ice. HEX triplet: CC, FD and E1. RGB value is (204,253,225). Sum of RGB (Red+Green+Blue) = 204+253+225=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDE1 is #33021E. Grayscale: #EBEBEB. Windows color (decimal): -3342879 or 14810572. OLE color: 14810572.

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

Color convert

RGB 204 253 225 -
CMYK 0.19 0 0.11 0.01
HSL 145.71º 0.92% 0.9% -
HSV(B) 145.71º 0.19% 0.99% -
XYZ 73.62 88.52 84.44 -
YUV 235.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 204 253 225 0.19 0 0.11 0.01 145.71 0.92 0.9
Hex CC FD E1 13 0 B 1 92 5C 5A
Octal 314 375 341 23 0 13 1 222 134 132
Binary 11001100 11111101 11100001 10011 0 1011 1 10010010 1011100 1011010

Color Harmonies of #CCFDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDE1

Black with #CCFDE1

Text Example


Text Example

White with #CCFDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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