Html Css Color HEX #CCC9E1 Melrose

📋 copy color: '#CCC9E1'

red 204 ◦ green 201 ◦ blue 225

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

Shades of Melrose #CCC9E1

Tints of Melrose #CCC9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.71%

R = 32.38%
G = 31.9%
B = 35.71%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCC9E1 (or 0xCCC9E1) is known color: Melrose. HEX triplet: CC, C9 and E1. RGB value is (204,201,225). Sum of RGB (Red+Green+Blue) = 204+201+225=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9E1 is #33361E. Grayscale: #CCCCCC. Windows color (decimal): -3356191 or 14797260. OLE color: 14797260.

HSL color Cylindrical-coordinate representation of color #CCC9E1: hue angle of 247.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC9E1 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 201 225 -
CMYK 0.09 0.11 0 0.12
HSL 247.5º 0.29% 0.84% -
HSV(B) 247.5º 0.11% 0.88% -
XYZ 59.38 60.05 79.69 -
YUV 204.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 204 201 225 0.09 0.11 0 0.12 247.5 0.29 0.84
Hex CC C9 E1 9 B 0 C F8 1D 54
Octal 314 311 341 11 13 0 14 370 35 124
Binary 11001100 11001001 11100001 1001 1011 0 1100 11111000 11101 1010100

Color Harmonies of #CCC9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9E1

Black with #CCC9E1

Text Example


Text Example

White with #CCC9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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