Html Css Color HEX #C6DBD7 Geyser

📋 copy color: '#C6DBD7'

red 198 ◦ green 219 ◦ blue 215

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

Shades of Geyser #C6DBD7

Tints of Geyser #C6DBD7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

 BLUE value IS 215 (84.38% from 255) = 34.02%

R = 31.33%
G = 34.65%
B = 34.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#C6DBD7 (or 0xC6DBD7) is known color: Geyser. HEX triplet: C6, DB and D7. RGB value is (198,219,215). Sum of RGB (Red+Green+Blue) = 198+219+215=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBD7 is #392428. Grayscale: #D4D4D4. Windows color (decimal): -3744809 or 14146502. OLE color: 14146502.

HSL color Cylindrical-coordinate representation of color #C6DBD7: hue angle of 168.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DBD7 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 219 215 -
CMYK 0.10 0 0.02 0.14
HSL 168.57º 0.23% 0.82% -
HSV(B) 168.57º 0.1% 0.86% -
XYZ 60.89 67.58 74.12 -
YUV 212.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 198 219 215 0.10 0 0.02 0.14 168.57 0.23 0.82
Hex C6 DB D7 A 0 2 E A9 17 52
Octal 306 333 327 12 0 2 16 251 27 122
Binary 11000110 11011011 11010111 1010 0 10 1110 10101001 10111 1010010

Color Harmonies of #C6DBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DBD7

Black with #C6DBD7

Text Example


Text Example

White with #C6DBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DBD7; }

 p { color: rgb(198,219,215); }

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

background-color css

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

 a { background-color: rgb(198,219,215); }

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

border-color css

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

 span { border-color: rgb(198,219,215); }

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