Html Css Color HEX #C7D5CD Mystic

📋 copy color: '#C7D5CD'

red 199 ◦ green 213 ◦ blue 205

#C7D5CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mystic #C7D5CD

Tints of Mystic #C7D5CD

RGB

 RED value IS 199 (78.13% from 255) = 32.25%

 GREEN value IS 213 (83.59% from 255) = 34.52%

 BLUE value IS 205 (80.47% from 255) = 33.23%

R = 32.25%
G = 34.52%
B = 33.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C7D5CD (or 0xC7D5CD) is known color: Mystic. HEX triplet: C7, D5 and CD. RGB value is (199,213,205). Sum of RGB (Red+Green+Blue) = 199+213+205=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5CD is #382A32. Grayscale: #CFCFCF. Windows color (decimal): -3680819 or 13489607. OLE color: 13489607.

HSL color Cylindrical-coordinate representation of color #C7D5CD: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D5CD is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 213 205 -
CMYK 0.07 0 0.04 0.16
HSL 145.71º 0.14% 0.81% -
HSV(B) 145.71º 0.07% 0.84% -
XYZ 58.37 64.14 67.06 -
YUV 207.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 199 213 205 0.07 0 0.04 0.16 145.71 0.14 0.81
Hex C7 D5 CD 7 0 4 10 92 E 51
Octal 307 325 315 7 0 4 20 222 16 121
Binary 11000111 11010101 11001101 111 0 100 10000 10010010 1110 1010001

Color Harmonies of #C7D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D5CD

Black with #C7D5CD

Text Example


Text Example

White with #C7D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D5CD; }

 p { color: rgb(199,213,205); }

 H1.HeaderClassName
 {
   color: #C7D5CD;
 }
 .AnyTagClassName
 {
   color: #C7D5CD;
 }
</style>

background-color css

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

 a { background-color: rgb(199,213,205); }

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

border-color css

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

 span { border-color: rgb(199,213,205); }

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