#C8D4D0

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

Shades of Geyser #C8D4D0

Tints of Geyser #C8D4D0

Color information

#C8D4D0 (or 0xC8D4D0) is unknown color: approx Geyser. HEX triplet: C8, D4 and D0. RGB value is (200,212,208). Sum of RGB (Red+Green+Blue) = 200+212+208=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4D0 is #372B2F. Grayscale: #CFCFCF. Windows color (decimal): -3615536 or 13685960. OLE color: 13685960.

HSL color Cylindrical-coordinate representation of color #C8D4D0: hue angle of 160º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8D4D0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB200212208-
CMYK0.0600.020.17
HSL160º12.24%80.78%-
HSV(B)160º5.66%83.14%-
XYZ58.7563.9268.92-
YUV207.96128.02122.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 208 (81.64% from 255) = 33.55%
R=32.26%
G=34.19%
B=33.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002122080.0600.020.1716012.2480.78
HexC8D4D060211a0c51
Octal3103243206022124014121
Binary110010001101010011010000110010100011010000011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D4D0; }

 p { color: rgb(200,212,208); }

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

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

 a { background-color: rgb(200,212,208); }

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

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

 span { border-color: rgb(200,212,208); }

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