Html Css Color HEX #CCFCDE White Ice

📋 copy color: '#CCFCDE'

red 204 ◦ green 252 ◦ blue 222

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

Shades of White Ice #CCFCDE

Tints of White Ice #CCFCDE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.17%

 BLUE value IS 222 (87.11% from 255) = 32.74%

R = 30.09%
G = 37.17%
B = 32.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#CCFCDE (or 0xCCFCDE) is known color: White Ice. HEX triplet: CC, FC and DE. RGB value is (204,252,222). Sum of RGB (Red+Green+Blue) = 204+252+222=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDE is #330321. Grayscale: #EAEAEA. Windows color (decimal): -3343138 or 14613708. OLE color: 14613708.

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

Color convert

RGB 204 252 222 -
CMYK 0.19 0 0.12 0.01
HSL 142.5º 0.89% 0.89% -
HSV(B) 142.5º 0.19% 0.99% -
XYZ 72.9 87.73 82.2 -
YUV 234.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 204 252 222 0.19 0 0.12 0.01 142.5 0.89 0.89
Hex CC FC DE 13 0 C 1 8E 59 59
Octal 314 374 336 23 0 14 1 216 131 131
Binary 11001100 11111100 11011110 10011 0 1100 1 10001110 1011001 1011001

Color Harmonies of #CCFCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCDE

Black with #CCFCDE

Text Example


Text Example

White with #CCFCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCDE; }

 p { color: rgb(204,252,222); }

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

background-color css

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

 a { background-color: rgb(204,252,222); }

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

border-color css

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

 span { border-color: rgb(204,252,222); }

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