#C4D9D5

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

Shades of Geyser #C4D9D5

Tints of Geyser #C4D9D5

Color information

#C4D9D5 (or 0xC4D9D5) is unknown color: approx Geyser. HEX triplet: C4, D9 and D5. RGB value is (196,217,213). Sum of RGB (Red+Green+Blue) = 196+217+213=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9D5 is #3B262A. Grayscale: #D2D2D2. Windows color (decimal): -3876395 or 14014916. OLE color: 14014916.

HSL color Cylindrical-coordinate representation of color #C4D9D5: hue angle of 168.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D9D5 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB196217213-
CMYK0.1000.020.15
HSL168.57º21.65%80.98%-
HSV(B)168.57º9.68%85.1%-
XYZ59.5966.1772.58-
YUV210.26129.54117.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.31%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=31.31%
G=34.66%
B=34.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962172130.1000.020.15168.5721.6580.98
HexC4D9D5A02Fa91651
Octal30433132512021725126121
Binary1100010011011001110101011010010111110101001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D9D5; }

 p { color: rgb(196,217,213); }

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

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

 a { background-color: rgb(196,217,213); }

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

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

 span { border-color: rgb(196,217,213); }

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