Html Css Color HEX #CCC4DE Melrose

📋 copy color: '#CCC4DE'

red 204 ◦ green 196 ◦ blue 222

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

Shades of Melrose #CCC4DE

Tints of Melrose #CCC4DE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.51%

 BLUE value IS 222 (87.11% from 255) = 35.69%

R = 32.8%
G = 31.51%
B = 35.69%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC4DE (or 0xCCC4DE) is known color: Melrose. HEX triplet: CC, C4 and DE. RGB value is (204,196,222). Sum of RGB (Red+Green+Blue) = 204+196+222=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DE is #333B21. Grayscale: #C9C9C9. Windows color (decimal): -3357474 or 14599372. OLE color: 14599372.

HSL color Cylindrical-coordinate representation of color #CCC4DE: hue angle of 258.46º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC4DE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 196 222 -
CMYK 0.08 0.12 0 0.13
HSL 258.46º 0.28% 0.82% -
HSV(B) 258.46º 0.12% 0.87% -
XYZ 57.83 57.59 77.18 -
YUV 201.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 204 196 222 0.08 0.12 0 0.13 258.46 0.28 0.82
Hex CC C4 DE 8 C 0 D 102 1C 52
Octal 314 304 336 10 14 0 15 402 34 122
Binary 11001100 11000100 11011110 1000 1100 0 1101 100000010 11100 1010010

Color Harmonies of #CCC4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4DE

Black with #CCC4DE

Text Example


Text Example

White with #CCC4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4DE; }

 p { color: rgb(204,196,222); }

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

background-color css

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

 a { background-color: rgb(204,196,222); }

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

border-color css

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

 span { border-color: rgb(204,196,222); }

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