#C1D8D2

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

Shades of Geyser #C1D8D2

Tints of Geyser #C1D8D2

Color information

#C1D8D2 (or 0xC1D8D2) is unknown color: approx Geyser. HEX triplet: C1, D8 and D2. RGB value is (193,216,210). Sum of RGB (Red+Green+Blue) = 193+216+210=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D8D2 is #3E272D. Grayscale: #D0D0D0. Windows color (decimal): -4073262 or 13818049. OLE color: 13818049.

HSL color Cylindrical-coordinate representation of color #C1D8D2: hue angle of 164.35º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D8D2 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB193216210-
CMYK0.1100.030.15
HSL164.35º22.77%80.2%-
HSV(B)164.35º10.65%84.71%-
XYZ58.1865.170.47-
YUV208.44128.88116.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=31.18%
G=34.89%
B=33.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932162100.1100.030.15164.3522.7780.2
HexC1D8D2B03Fa41750
Octal30133032213031724427120
Binary1100000111011000110100101011011111110100100101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D8D2; }

 p { color: rgb(193,216,210); }

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

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

 a { background-color: rgb(193,216,210); }

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

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

 span { border-color: rgb(193,216,210); }

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