Html Css Color HEX #CDC8DB Melrose

📋 copy color: '#CDC8DB'

red 205 ◦ green 200 ◦ blue 219

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

Shades of Melrose #CDC8DB

Tints of Melrose #CDC8DB

RGB

 RED value IS 205 (80.47% from 255) = 32.85%

 GREEN value IS 200 (78.52% from 255) = 32.05%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 32.85%
G = 32.05%
B = 35.1%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDC8DB (or 0xCDC8DB) is known color: Melrose. HEX triplet: CD, C8 and DB. RGB value is (205,200,219). Sum of RGB (Red+Green+Blue) = 205+200+219=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DB is #323724. Grayscale: #CBCBCB. Windows color (decimal): -3290917 or 14403789. OLE color: 14403789.

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

Color convert

RGB 205 200 219 -
CMYK 0.06 0.09 0 0.14
HSL 255.79º 0.21% 0.82% -
HSV(B) 255.79º 0.09% 0.86% -
XYZ 58.62 59.4 75.39 -
YUV 203.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 205 200 219 0.06 0.09 0 0.14 255.79 0.21 0.82
Hex CD C8 DB 6 9 0 E 100 15 52
Octal 315 310 333 6 11 0 16 400 25 122
Binary 11001101 11001000 11011011 110 1001 0 1110 100000000 10101 1010010

Color Harmonies of #CDC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC8DB

Black with #CDC8DB

Text Example


Text Example

White with #CDC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC8DB; }

 p { color: rgb(205,200,219); }

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

background-color css

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

 a { background-color: rgb(205,200,219); }

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

border-color css

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

 span { border-color: rgb(205,200,219); }

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