#C9FADD

Color #C9FADD White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #C9FADD

Tints of White Ice #C9FADD

Color information

#C9FADD (or 0xC9FADD) is unknown color: approx White Ice. HEX triplet: C9, FA and DD. RGB value is (201,250,221). Sum of RGB (Red+Green+Blue) = 201+250+221=672 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.91% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FADD is #360522. Grayscale: #E8E8E8. Windows color (decimal): -3540259 or 14547657. OLE color: 14547657.

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

Color convert

RGB201250221-
CMYK0.2000.120.02
HSL144.49º83.05%88.43%-
HSV(B)144.49º19.6%98.04%-
XYZ71.3286.0181.25-
YUV232.04121.77105.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.91%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=29.91%
G=37.20%
B=32.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012502210.2000.120.02144.4983.0588.43
HexC9FADD140C2905358
Octal311372335240142220123130
Binary1100100111111010110111011010001100101001000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FADD; }

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

 H1.HeaderClassName
 {
   color: #C9FADD;
 }
 .AnyTagClassName
 {
   color: #C9FADD;
 }
</style>
background-color css

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

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

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

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

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

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