Html Css Color HEX #C9FBDE White Ice

📋 copy color: '#C9FBDE'

red 201 ◦ green 251 ◦ blue 222

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

Shades of White Ice #C9FBDE

Tints of White Ice #C9FBDE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.24%

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

R = 29.82%
G = 37.24%
B = 32.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C9FBDE (or 0xC9FBDE) is known color: White Ice. HEX triplet: C9, FB and DE. RGB value is (201,251,222). Sum of RGB (Red+Green+Blue) = 201+251+222=674 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.82% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FBDE is #360421. Grayscale: #E8E8E8. Windows color (decimal): -3540002 or 14613449. OLE color: 14613449.

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

Color convert

RGB 201 251 222 -
CMYK 0.20 0 0.12 0.02
HSL 145.2º 0.86% 0.89% -
HSV(B) 145.2º 0.2% 0.98% -
XYZ 71.77 86.69 82.06 -
YUV 232.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 201 251 222 0.20 0 0.12 0.02 145.2 0.86 0.89
Hex C9 FB DE 14 0 C 2 91 56 59
Octal 311 373 336 24 0 14 2 221 126 131
Binary 11001001 11111011 11011110 10100 0 1100 10 10010001 1010110 1011001

Color Harmonies of #C9FBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FBDE

Black with #C9FBDE

Text Example


Text Example

White with #C9FBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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