Html Css Color HEX #CDC7DB Melrose

📋 copy color: '#CDC7DB'

red 205 ◦ green 199 ◦ blue 219

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

Shades of Melrose #CDC7DB

Tints of Melrose #CDC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.94%

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

R = 32.91%
G = 31.94%
B = 35.15%

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

#CDC7DB (or 0xCDC7DB) is known color: Melrose. HEX triplet: CD, C7 and DB. RGB value is (205,199,219). Sum of RGB (Red+Green+Blue) = 205+199+219=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7DB is #323824. Grayscale: #CBCBCB. Windows color (decimal): -3291173 or 14403533. OLE color: 14403533.

HSL color Cylindrical-coordinate representation of color #CDC7DB: hue angle of 258º degrees, saturation: 0.22, 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 #CDC7DB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 199 219 -
CMYK 0.06 0.09 0 0.14
HSL 258º 0.22% 0.82% -
HSV(B) 258º 0.09% 0.86% -
XYZ 58.39 58.94 75.32 -
YUV 203.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 205 199 219 0.06 0.09 0 0.14 258 0.22 0.82
Hex CD C7 DB 6 9 0 E 102 16 52
Octal 315 307 333 6 11 0 16 402 26 122
Binary 11001101 11000111 11011011 110 1001 0 1110 100000010 10110 1010010

Color Harmonies of #CDC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7DB

Black with #CDC7DB

Text Example


Text Example

White with #CDC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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