#C9FDDE

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

Shades of White Ice #C9FDDE

Tints of White Ice #C9FDDE

Color information

#C9FDDE (or 0xC9FDDE) is unknown color: approx White Ice. HEX triplet: C9, FD and DE. RGB value is (201,253,222). Sum of RGB (Red+Green+Blue) = 201+253+222=676 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.73% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FDDE is #360221. Grayscale: #E9E9E9. Windows color (decimal): -3539490 or 14613961. OLE color: 14613961.

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

Color convert

RGB201253222-
CMYK0.2100.120.01
HSL144.23º92.86%89.02%-
HSV(B)144.23º20.55%99.22%-
XYZ72.487.9482.27-
YUV233.92121.27104.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.73%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=29.73%
G=37.43%
B=32.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012532220.2100.120.01144.2392.8689.02
HexC9FDDE150C1905d59
Octal311375336250141220135131
Binary110010011111110111011110101010110011001000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FDDE; }

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

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

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

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

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

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

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

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