Html Css Color HEX #CCFADE White Ice

📋 copy color: '#CCFADE'

red 204 ◦ green 250 ◦ blue 222

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

Shades of White Ice #CCFADE

Tints of White Ice #CCFADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.98%

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

R = 30.18%
G = 36.98%
B = 32.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#CCFADE (or 0xCCFADE) is known color: White Ice. HEX triplet: CC, FA and DE. RGB value is (204,250,222). Sum of RGB (Red+Green+Blue) = 204+250+222=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADE is #330521. Grayscale: #E9E9E9. Windows color (decimal): -3343650 or 14613196. OLE color: 14613196.

HSL color Cylindrical-coordinate representation of color #CCFADE: hue angle of 143.48º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFADE is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 222 -
CMYK 0.18 0 0.11 0.02
HSL 143.48º 0.82% 0.89% -
HSV(B) 143.48º 0.18% 0.98% -
XYZ 72.27 86.48 81.99 -
YUV 233.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 204 250 222 0.18 0 0.11 0.02 143.48 0.82 0.89
Hex CC FA DE 12 0 B 2 8F 52 59
Octal 314 372 336 22 0 13 2 217 122 131
Binary 11001100 11111010 11011110 10010 0 1011 10 10001111 1010010 1011001

Color Harmonies of #CCFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFADE

Black with #CCFADE

Text Example


Text Example

White with #CCFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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