Html Css Color HEX #CDC7DF Melrose

📋 copy color: '#CDC7DF'

red 205 ◦ green 199 ◦ blue 223

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

Shades of Melrose #CDC7DF

Tints of Melrose #CDC7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 32.7%
G = 31.74%
B = 35.57%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDC7DF (or 0xCDC7DF) is known color: Melrose. HEX triplet: CD, C7 and DF. RGB value is (205,199,223). Sum of RGB (Red+Green+Blue) = 205+199+223=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7DF is #323820. Grayscale: #CBCBCB. Windows color (decimal): -3291169 or 14665677. OLE color: 14665677.

HSL color Cylindrical-coordinate representation of color #CDC7DF: hue angle of 255º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC7DF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 199 223 -
CMYK 0.08 0.11 0 0.13
HSL 255º 0.27% 0.83% -
HSV(B) 255º 0.11% 0.87% -
XYZ 58.92 59.15 78.12 -
YUV 203.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 205 199 223 0.08 0.11 0 0.13 255 0.27 0.83
Hex CD C7 DF 8 B 0 D FF 1B 53
Octal 315 307 337 10 13 0 15 377 33 123
Binary 11001101 11000111 11011111 1000 1011 0 1101 11111111 11011 1010011

Color Harmonies of #CDC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7DF

Black with #CDC7DF

Text Example


Text Example

White with #CDC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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