#C0D9D3

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

Shades of Geyser #C0D9D3

Tints of Geyser #C0D9D3

Color information

#C0D9D3 (or 0xC0D9D3) is unknown color: approx Geyser. HEX triplet: C0, D9 and D3. RGB value is (192,217,211). Sum of RGB (Red+Green+Blue) = 192+217+211=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9D3 is #3F262C. Grayscale: #D0D0D0. Windows color (decimal): -4138541 or 13883840. OLE color: 13883840.

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

Color convert

RGB192217211-
CMYK0.1200.030.15
HSL165.6º24.75%80.2%-
HSV(B)165.6º11.52%85.1%-
XYZ58.3165.5471.2-
YUV208.84129.22115.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 211 (82.81% from 255) = 34.03%
R=30.97%
G=35%
B=34.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922172110.1200.030.15165.624.7580.2
HexC0D9D3C03Fa61950
Octal30033132314031724631120
Binary1100000011011001110100111100011111110100110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D9D3; }

 p { color: rgb(192,217,211); }

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

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

 a { background-color: rgb(192,217,211); }

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

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

 span { border-color: rgb(192,217,211); }

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