#C4DAD6

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

Shades of Geyser #C4DAD6

Tints of Geyser #C4DAD6

Color information

#C4DAD6 (or 0xC4DAD6) is unknown color: approx Geyser. HEX triplet: C4, DA and D6. RGB value is (196,218,214). Sum of RGB (Red+Green+Blue) = 196+218+214=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAD6 is #3B2529. Grayscale: #D2D2D2. Windows color (decimal): -3876138 or 14080708. OLE color: 14080708.

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

Color convert

RGB196218214-
CMYK0.1000.020.15
HSL169.09º22.92%81.18%-
HSV(B)169.09º10.09%85.49%-
XYZ59.9766.7373.34-
YUV210.97129.71117.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.21%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 214 (83.98% from 255) = 34.08%
R=31.21%
G=34.71%
B=34.08%

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
Decimal1962182140.1000.020.15169.0922.9281.18
HexC4DAD6A02Fa91751
Octal30433232612021725127121
Binary1100010011011010110101101010010111110101001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DAD6; }

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

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

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

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

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

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

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

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