#C9DBD0

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

Shades of Mystic #C9DBD0

Tints of Mystic #C9DBD0

Color information

#C9DBD0 (or 0xC9DBD0) is unknown color: approx Mystic. HEX triplet: C9, DB and D0. RGB value is (201,219,208). Sum of RGB (Red+Green+Blue) = 201+219+208=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBD0 is #36242F. Grayscale: #D4D4D4. Windows color (decimal): -3548208 or 13687753. OLE color: 13687753.

HSL color Cylindrical-coordinate representation of color #C9DBD0: hue angle of 143.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DBD0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB201219208-
CMYK0.0800.050.14
HSL143.33º20%82.35%-
HSV(B)143.33º8.22%85.88%-
XYZ60.867.6369.52-
YUV212.36125.54119.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=32.01%
G=34.87%
B=33.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012192080.0800.050.14143.332082.35
HexC9DBD0805E8f1452
Octal31133332010051621724122
Binary11001001110110111101000010000101111010001111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBD0; }

 p { color: rgb(201,219,208); }

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

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

 a { background-color: rgb(201,219,208); }

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

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

 span { border-color: rgb(201,219,208); }

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