Html Css Color HEX #CCC7DF Melrose

📋 copy color: '#CCC7DF'

red 204 ◦ green 199 ◦ blue 223

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

Shades of Melrose #CCC7DF

Tints of Melrose #CCC7DF

RGB

 RED value IS 204 (80.08% from 255) = 32.59%

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

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

R = 32.59%
G = 31.79%
B = 35.62%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC7DF (or 0xCCC7DF) is known color: Melrose. HEX triplet: CC, C7 and DF. RGB value is (204,199,223). Sum of RGB (Red+Green+Blue) = 204+199+223=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7DF is #333820. Grayscale: #CBCBCB. Windows color (decimal): -3356705 or 14665676. OLE color: 14665676.

HSL color Cylindrical-coordinate representation of color #CCC7DF: hue angle of 252.5º 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 #CCC7DF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 199 223 -
CMYK 0.09 0.11 0 0.13
HSL 252.5º 0.27% 0.83% -
HSV(B) 252.5º 0.11% 0.87% -
XYZ 58.64 59.01 78.11 -
YUV 203.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 204 199 223 0.09 0.11 0 0.13 252.5 0.27 0.83
Hex CC C7 DF 9 B 0 D FD 1B 53
Octal 314 307 337 11 13 0 15 375 33 123
Binary 11001100 11000111 11011111 1001 1011 0 1101 11111101 11011 1010011

Color Harmonies of #CCC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7DF

Black with #CCC7DF

Text Example


Text Example

White with #CCC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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