Html Css Color HEX #C9D8D5 Geyser

📋 copy color: '#C9D8D5'

red 201 ◦ green 216 ◦ blue 213

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

Shades of Geyser #C9D8D5

Tints of Geyser #C9D8D5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.29%

 BLUE value IS 213 (83.59% from 255) = 33.81%

R = 31.9%
G = 34.29%
B = 33.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#C9D8D5 (or 0xC9D8D5) is known color: Geyser. HEX triplet: C9, D8 and D5. RGB value is (201,216,213). Sum of RGB (Red+Green+Blue) = 201+216+213=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8D5 is #36272A. Grayscale: #D3D3D3. Windows color (decimal): -3548971 or 14014665. OLE color: 14014665.

HSL color Cylindrical-coordinate representation of color #C9D8D5: hue angle of 168º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9D8D5 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 216 213 -
CMYK 0.07 0 0.01 0.15
HSL 168º 0.16% 0.82% -
HSV(B) 168º 0.07% 0.85% -
XYZ 60.65 66.33 72.56 -
YUV 211.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 201 216 213 0.07 0 0.01 0.15 168 0.16 0.82
Hex C9 D8 D5 7 0 1 F A8 10 52
Octal 311 330 325 7 0 1 17 250 20 122
Binary 11001001 11011000 11010101 111 0 1 1111 10101000 10000 1010010

Color Harmonies of #C9D8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D8D5

Black with #C9D8D5

Text Example


Text Example

White with #C9D8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D8D5; }

 p { color: rgb(201,216,213); }

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

background-color css

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

 a { background-color: rgb(201,216,213); }

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

border-color css

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

 span { border-color: rgb(201,216,213); }

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