#C6D4D2

Color #C6D4D2 Geyser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geyser #C6D4D2

Tints of Geyser #C6D4D2

Color information

#C6D4D2 (or 0xC6D4D2) is unknown color: approx Geyser. HEX triplet: C6, D4 and D2. RGB value is (198,212,210). Sum of RGB (Red+Green+Blue) = 198+212+210=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4D2 is #392B2D. Grayscale: #CFCFCF. Windows color (decimal): -3746606 or 13817030. OLE color: 13817030.

HSL color Cylindrical-coordinate representation of color #C6D4D2: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D4D2 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB198212210-
CMYK0.0700.010.17
HSL171.43º14%80.39%-
HSV(B)171.43º6.6%83.14%-
XYZ58.4763.7570.2-
YUV207.59129.36121.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.94%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 210 (82.42% from 255) = 33.87%
R=31.94%
G=34.19%
B=33.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1982122100.0700.010.17171.431480.39
HexC6D4D270111abe50
Octal3063243227012125316120
Binary11000110110101001101001011101100011010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D4D2; }

 p { color: rgb(198,212,210); }

 H1.HeaderClassName
 {
   color: #C6D4D2;
 }
 .AnyTagClassName
 {
   color: #C6D4D2;
 }
</style>
background-color css

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

 a { background-color: rgb(198,212,210); }

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

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

 span { border-color: rgb(198,212,210); }

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