Html Css Color HEX #CDC6E0 Melrose

📋 copy color: '#CDC6E0'

red 205 ◦ green 198 ◦ blue 224

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

Shades of Melrose #CDC6E0

Tints of Melrose #CDC6E0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.58%

 BLUE value IS 224 (87.89% from 255) = 35.73%

R = 32.7%
G = 31.58%
B = 35.73%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CDC6E0 (or 0xCDC6E0) is known color: Melrose. HEX triplet: CD, C6 and E0. RGB value is (205,198,224). Sum of RGB (Red+Green+Blue) = 205+198+224=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDC6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6E0 is #32391F. Grayscale: #CACACA. Windows color (decimal): -3291424 or 14730957. OLE color: 14730957.

HSL color Cylindrical-coordinate representation of color #CDC6E0: hue angle of 256.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC6E0 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 198 224 -
CMYK 0.08 0.12 0 0.12
HSL 256.15º 0.3% 0.83% -
HSV(B) 256.15º 0.12% 0.88% -
XYZ 58.83 58.75 78.76 -
YUV 203.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 205 198 224 0.08 0.12 0 0.12 256.15 0.3 0.83
Hex CD C6 E0 8 C 0 C 100 1E 53
Octal 315 306 340 10 14 0 14 400 36 123
Binary 11001101 11000110 11100000 1000 1100 0 1100 100000000 11110 1010011

Color Harmonies of #CDC6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC6E0

Black with #CDC6E0

Text Example


Text Example

White with #CDC6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC6E0; }

 p { color: rgb(205,198,224); }

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

background-color css

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

 a { background-color: rgb(205,198,224); }

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

border-color css

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

 span { border-color: rgb(205,198,224); }

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