Html Css Color HEX #CDC7E6 Melrose

📋 copy color: '#CDC7E6'

red 205 ◦ green 199 ◦ blue 230

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

Shades of Melrose #CDC7E6

Tints of Melrose #CDC7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.28%

R = 32.33%
G = 31.39%
B = 36.28%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CDC7E6 (or 0xCDC7E6) is known color: Melrose. HEX triplet: CD, C7 and E6. RGB value is (205,199,230). Sum of RGB (Red+Green+Blue) = 205+199+230=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7E6 is #323819. Grayscale: #CCCCCC. Windows color (decimal): -3291162 or 15124429. OLE color: 15124429.

HSL color Cylindrical-coordinate representation of color #CDC7E6: hue angle of 251.61º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC7E6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 199 230 -
CMYK 0.11 0.13 0 0.10
HSL 251.61º 0.38% 0.84% -
HSV(B) 251.61º 0.13% 0.9% -
XYZ 59.88 59.54 83.2 -
YUV 204.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 205 199 230 0.11 0.13 0 0.10 251.61 0.38 0.84
Hex CD C7 E6 B D 0 A FC 26 54
Octal 315 307 346 13 15 0 12 374 46 124
Binary 11001101 11000111 11100110 1011 1101 0 1010 11111100 100110 1010100

Color Harmonies of #CDC7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7E6

Black with #CDC7E6

Text Example


Text Example

White with #CDC7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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