Html Css Color HEX #C8D9D6 Geyser

📋 copy color: '#C8D9D6'

red 200 ◦ green 217 ◦ blue 214

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

Shades of Geyser #C8D9D6

Tints of Geyser #C8D9D6

RGB

 RED value IS 200 (78.52% from 255) = 31.7%

 GREEN value IS 217 (85.16% from 255) = 34.39%

 BLUE value IS 214 (83.98% from 255) = 33.91%

R = 31.7%
G = 34.39%
B = 33.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#C8D9D6 (or 0xC8D9D6) is known color: Geyser. HEX triplet: C8, D9 and D6. RGB value is (200,217,214). Sum of RGB (Red+Green+Blue) = 200+217+214=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9D6 is #372629. Grayscale: #D3D3D3. Windows color (decimal): -3614250 or 14080456. OLE color: 14080456.

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

Color convert

RGB 200 217 214 -
CMYK 0.08 0 0.01 0.15
HSL 169.41º 0.18% 0.82% -
HSV(B) 169.41º 0.08% 0.85% -
XYZ 60.77 66.76 73.3 -
YUV 211.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 200 217 214 0.08 0 0.01 0.15 169.41 0.18 0.82
Hex C8 D9 D6 8 0 1 F A9 12 52
Octal 310 331 326 10 0 1 17 251 22 122
Binary 11001000 11011001 11010110 1000 0 1 1111 10101001 10010 1010010

Color Harmonies of #C8D9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D9D6

Black with #C8D9D6

Text Example


Text Example

White with #C8D9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D9D6; }

 p { color: rgb(200,217,214); }

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

background-color css

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

 a { background-color: rgb(200,217,214); }

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

border-color css

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

 span { border-color: rgb(200,217,214); }

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