Html Css Color HEX #C6D9D6 Geyser

📋 copy color: '#C6D9D6'

red 198 ◦ green 217 ◦ blue 214

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

Shades of Geyser #C6D9D6

Tints of Geyser #C6D9D6

RGB

 RED value IS 198 (77.73% from 255) = 31.48%

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

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

R = 31.48%
G = 34.5%
B = 34.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#C6D9D6 (or 0xC6D9D6) is known color: Geyser. HEX triplet: C6, D9 and D6. RGB value is (198,217,214). Sum of RGB (Red+Green+Blue) = 198+217+214=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9D6 is #392629. Grayscale: #D2D2D2. Windows color (decimal): -3745322 or 14080454. OLE color: 14080454.

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

Color convert

RGB 198 217 214 -
CMYK 0.09 0 0.01 0.15
HSL 170.53º 0.2% 0.81% -
HSV(B) 170.53º 0.09% 0.85% -
XYZ 60.24 66.49 73.28 -
YUV 210.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 198 217 214 0.09 0 0.01 0.15 170.53 0.2 0.81
Hex C6 D9 D6 9 0 1 F AB 14 51
Octal 306 331 326 11 0 1 17 253 24 121
Binary 11000110 11011001 11010110 1001 0 1 1111 10101011 10100 1010001

Color Harmonies of #C6D9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D9D6

Black with #C6D9D6

Text Example


Text Example

White with #C6D9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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