Html Css Color HEX #CCC1E5 Melrose

📋 copy color: '#CCC1E5'

red 204 ◦ green 193 ◦ blue 229

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

Shades of Melrose #CCC1E5

Tints of Melrose #CCC1E5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.83%

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 32.59%
G = 30.83%
B = 36.58%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCC1E5 (or 0xCCC1E5) is known color: Melrose. HEX triplet: CC, C1 and E5. RGB value is (204,193,229). Sum of RGB (Red+Green+Blue) = 204+193+229=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1E5 is #333E1A. Grayscale: #C8C8C8. Windows color (decimal): -3358235 or 15057356. OLE color: 15057356.

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

Color convert

RGB 204 193 229 -
CMYK 0.11 0.16 0 0.10
HSL 258.33º 0.41% 0.83% -
HSV(B) 258.33º 0.16% 0.9% -
XYZ 58.11 56.63 82 -
YUV 200.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 204 193 229 0.11 0.16 0 0.10 258.33 0.41 0.83
Hex CC C1 E5 B 10 0 A 102 29 53
Octal 314 301 345 13 20 0 12 402 51 123
Binary 11001100 11000001 11100101 1011 10000 0 1010 100000010 101001 1010011

Color Harmonies of #CCC1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1E5

Black with #CCC1E5

Text Example


Text Example

White with #CCC1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1E5; }

 p { color: rgb(204,193,229); }

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

background-color css

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

 a { background-color: rgb(204,193,229); }

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

border-color css

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

 span { border-color: rgb(204,193,229); }

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