Html Css Color HEX #C5D8D5 Geyser

📋 copy color: '#C5D8D5'

red 197 ◦ green 216 ◦ blue 213

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

Shades of Geyser #C5D8D5

Tints of Geyser #C5D8D5

RGB

 RED value IS 197 (77.34% from 255) = 31.47%

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

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

R = 31.47%
G = 34.5%
B = 34.03%

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

#C5D8D5 (or 0xC5D8D5) is known color: Geyser. HEX triplet: C5, D8 and D5. RGB value is (197,216,213). Sum of RGB (Red+Green+Blue) = 197+216+213=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8D5 is #3A272A. Grayscale: #D1D1D1. Windows color (decimal): -3811115 or 14014661. OLE color: 14014661.

HSL color Cylindrical-coordinate representation of color #C5D8D5: 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 #C5D8D5 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 216 213 -
CMYK 0.09 0 0.01 0.15
HSL 170.53º 0.2% 0.81% -
HSV(B) 170.53º 0.09% 0.85% -
XYZ 59.59 65.79 72.51 -
YUV 209.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 197 216 213 0.09 0 0.01 0.15 170.53 0.2 0.81
Hex C5 D8 D5 9 0 1 F AB 14 51
Octal 305 330 325 11 0 1 17 253 24 121
Binary 11000101 11011000 11010101 1001 0 1 1111 10101011 10100 1010001

Color Harmonies of #C5D8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D8D5

Black with #C5D8D5

Text Example


Text Example

White with #C5D8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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