Html Css Color HEX #C5D9D4 Geyser

📋 copy color: '#C5D9D4'

red 197 ◦ green 217 ◦ blue 212

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

Shades of Geyser #C5D9D4

Tints of Geyser #C5D9D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.87%

R = 31.47%
G = 34.66%
B = 33.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#C5D9D4 (or 0xC5D9D4) is known color: Geyser. HEX triplet: C5, D9 and D4. RGB value is (197,217,212). Sum of RGB (Red+Green+Blue) = 197+217+212=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9D4 is #3A262B. Grayscale: #D2D2D2. Windows color (decimal): -3810860 or 13949381. OLE color: 13949381.

HSL color Cylindrical-coordinate representation of color #C5D9D4: hue angle of 165º degrees, saturation: 0.21, 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 #C5D9D4 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 212 -
CMYK 0.09 0 0.02 0.15
HSL 165º 0.21% 0.81% -
HSV(B) 165º 0.09% 0.85% -
XYZ 59.72 66.25 71.93 -
YUV 210.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 197 217 212 0.09 0 0.02 0.15 165 0.21 0.81
Hex C5 D9 D4 9 0 2 F A5 15 51
Octal 305 331 324 11 0 2 17 245 25 121
Binary 11000101 11011001 11010100 1001 0 10 1111 10100101 10101 1010001

Color Harmonies of #C5D9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D9D4

Black with #C5D9D4

Text Example


Text Example

White with #C5D9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D9D4; }

 p { color: rgb(197,217,212); }

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

background-color css

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

 a { background-color: rgb(197,217,212); }

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

border-color css

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

 span { border-color: rgb(197,217,212); }

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