Html Css Color HEX #C8C2D3 Melrose

📋 copy color: '#C8C2D3'

red 200 ◦ green 194 ◦ blue 211

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

Shades of Melrose #C8C2D3

Tints of Melrose #C8C2D3

RGB

 RED value IS 200 (78.52% from 255) = 33.06%

 GREEN value IS 194 (76.17% from 255) = 32.07%

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 33.06%
G = 32.07%
B = 34.88%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C8C2D3 (or 0xC8C2D3) is known color: Melrose. HEX triplet: C8, C2 and D3. RGB value is (200,194,211). Sum of RGB (Red+Green+Blue) = 200+194+211=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 211 - color contains mainly: blue. Hex color #C8C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2D3 is #373D2C. Grayscale: #C5C5C5. Windows color (decimal): -3620141 or 13877960. OLE color: 13877960.

HSL color Cylindrical-coordinate representation of color #C8C2D3: hue angle of 261.18º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8C2D3 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 194 211 -
CMYK 0.05 0.08 0 0.17
HSL 261.18º 0.16% 0.79% -
HSV(B) 261.18º 0.08% 0.83% -
XYZ 54.87 55.57 69.46 -
YUV 197.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 200 194 211 0.05 0.08 0 0.17 261.18 0.16 0.79
Hex C8 C2 D3 5 8 0 11 105 10 4F
Octal 310 302 323 5 10 0 21 405 20 117
Binary 11001000 11000010 11010011 101 1000 0 10001 100000101 10000 1001111

Color Harmonies of #C8C2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C2D3

Black with #C8C2D3

Text Example


Text Example

White with #C8C2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C2D3; }

 p { color: rgb(200,194,211); }

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

background-color css

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

 a { background-color: rgb(200,194,211); }

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

border-color css

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

 span { border-color: rgb(200,194,211); }

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