Html Css Color HEX #CCC9DF Melrose

📋 copy color: '#CCC9DF'

red 204 ◦ green 201 ◦ blue 223

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

Shades of Melrose #CCC9DF

Tints of Melrose #CCC9DF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.01%

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

R = 32.48%
G = 32.01%
B = 35.51%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC9DF (or 0xCCC9DF) is known color: Melrose. HEX triplet: CC, C9 and DF. RGB value is (204,201,223). Sum of RGB (Red+Green+Blue) = 204+201+223=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DF is #333620. Grayscale: #CCCCCC. Windows color (decimal): -3356193 or 14666188. OLE color: 14666188.

HSL color Cylindrical-coordinate representation of color #CCC9DF: hue angle of 248.18º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC9DF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 201 223 -
CMYK 0.09 0.10 0 0.13
HSL 248.18º 0.26% 0.83% -
HSV(B) 248.18º 0.1% 0.87% -
XYZ 59.11 59.94 78.27 -
YUV 204.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 204 201 223 0.09 0.10 0 0.13 248.18 0.26 0.83
Hex CC C9 DF 9 A 0 D F8 1A 53
Octal 314 311 337 11 12 0 15 370 32 123
Binary 11001100 11001001 11011111 1001 1010 0 1101 11111000 11010 1010011

Color Harmonies of #CCC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9DF

Black with #CCC9DF

Text Example


Text Example

White with #CCC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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