Html Css Color HEX #C9FADE White Ice

📋 copy color: '#C9FADE'

red 201 ◦ green 250 ◦ blue 222

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

Shades of White Ice #C9FADE

Tints of White Ice #C9FADE

RGB

 RED value IS 201 (78.91% from 255) = 29.87%

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

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

R = 29.87%
G = 37.15%
B = 32.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#C9FADE (or 0xC9FADE) is known color: White Ice. HEX triplet: C9, FA and DE. RGB value is (201,250,222). Sum of RGB (Red+Green+Blue) = 201+250+222=673 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.87% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FADE is #360521. Grayscale: #E8E8E8. Windows color (decimal): -3540258 or 14613193. OLE color: 14613193.

HSL color Cylindrical-coordinate representation of color #C9FADE: hue angle of 145.71º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FADE is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 250 222 -
CMYK 0.20 0 0.11 0.02
HSL 145.71º 0.83% 0.88% -
HSV(B) 145.71º 0.2% 0.98% -
XYZ 71.46 86.06 81.95 -
YUV 232.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 201 250 222 0.20 0 0.11 0.02 145.71 0.83 0.88
Hex C9 FA DE 14 0 B 2 92 53 58
Octal 311 372 336 24 0 13 2 222 123 130
Binary 11001001 11111010 11011110 10100 0 1011 10 10010010 1010011 1011000

Color Harmonies of #C9FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FADE

Black with #C9FADE

Text Example


Text Example

White with #C9FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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