#C4DAD5

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

Shades of Geyser #C4DAD5

Tints of Geyser #C4DAD5

Color information

#C4DAD5 (or 0xC4DAD5) is unknown color: approx Geyser. HEX triplet: C4, DA and D5. RGB value is (196,218,213). Sum of RGB (Red+Green+Blue) = 196+218+213=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAD5 is #3B252A. Grayscale: #D2D2D2. Windows color (decimal): -3876139 or 14015172. OLE color: 14015172.

HSL color Cylindrical-coordinate representation of color #C4DAD5: hue angle of 166.36º degrees, saturation: 0.23, 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 #C4DAD5 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB196218213-
CMYK0.1000.020.15
HSL166.36º22.92%81.18%-
HSV(B)166.36º10.09%85.49%-
XYZ59.8566.6872.67-
YUV210.85129.21117.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.26%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=31.26%
G=34.77%
B=33.97%

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
Decimal1962182130.1000.020.15166.3622.9281.18
HexC4DAD5A02Fa61751
Octal30433232512021724627121
Binary1100010011011010110101011010010111110100110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DAD5; }

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

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

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

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

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

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

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

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