#C4DBD7

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

Shades of Geyser #C4DBD7

Tints of Geyser #C4DBD7

Color information

#C4DBD7 (or 0xC4DBD7) is unknown color: approx Geyser. HEX triplet: C4, DB and D7. RGB value is (196,219,215). Sum of RGB (Red+Green+Blue) = 196+219+215=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBD7 is #3B2428. Grayscale: #D3D3D3. Windows color (decimal): -3875881 or 14146500. OLE color: 14146500.

HSL color Cylindrical-coordinate representation of color #C4DBD7: hue angle of 169.57º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBD7 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB196219215-
CMYK0.1100.020.14
HSL169.57º24.21%81.37%-
HSV(B)169.57º10.5%85.88%-
XYZ60.3667.3174.1-
YUV211.67129.88116.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.11%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=31.11%
G=34.76%
B=34.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962192150.1100.020.14169.5724.2181.37
HexC4DBD7B02Eaa1851
Octal30433332713021625230121
Binary1100010011011011110101111011010111010101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBD7; }

 p { color: rgb(196,219,215); }

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

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

 a { background-color: rgb(196,219,215); }

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

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

 span { border-color: rgb(196,219,215); }

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