Html Css Color HEX #C7DAD7 Geyser

📋 copy color: '#C7DAD7'

red 199 ◦ green 218 ◦ blue 215

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

Shades of Geyser #C7DAD7

Tints of Geyser #C7DAD7

RGB

 RED value IS 199 (78.13% from 255) = 31.49%

 GREEN value IS 218 (85.55% from 255) = 34.49%

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

R = 31.49%
G = 34.49%
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

#C7DAD7 (or 0xC7DAD7) is known color: Geyser. HEX triplet: C7, DA and D7. RGB value is (199,218,215). Sum of RGB (Red+Green+Blue) = 199+218+215=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAD7 is #382528. Grayscale: #D3D3D3. Windows color (decimal): -3679529 or 14146247. OLE color: 14146247.

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

Color convert

RGB 199 218 215 -
CMYK 0.09 0 0.01 0.15
HSL 170.53º 0.2% 0.82% -
HSV(B) 170.53º 0.09% 0.85% -
XYZ 60.89 67.19 74.05 -
YUV 211.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 199 218 215 0.09 0 0.01 0.15 170.53 0.2 0.82
Hex C7 DA D7 9 0 1 F AB 14 52
Octal 307 332 327 11 0 1 17 253 24 122
Binary 11000111 11011010 11010111 1001 0 1 1111 10101011 10100 1010010

Color Harmonies of #C7DAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DAD7

Black with #C7DAD7

Text Example


Text Example

White with #C7DAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DAD7; }

 p { color: rgb(199,218,215); }

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

background-color css

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

 a { background-color: rgb(199,218,215); }

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

border-color css

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

 span { border-color: rgb(199,218,215); }

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