Html Css Color HEX #CCC4DF Melrose

📋 copy color: '#CCC4DF'

red 204 ◦ green 196 ◦ blue 223

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

Shades of Melrose #CCC4DF

Tints of Melrose #CCC4DF

RGB

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

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

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

R = 32.74%
G = 31.46%
B = 35.79%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC4DF (or 0xCCC4DF) is known color: Melrose. HEX triplet: CC, C4 and DF. RGB value is (204,196,223). Sum of RGB (Red+Green+Blue) = 204+196+223=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DF is #333B20. Grayscale: #C9C9C9. Windows color (decimal): -3357473 or 14664908. OLE color: 14664908.

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

Color convert

RGB 204 196 223 -
CMYK 0.09 0.12 0 0.13
HSL 257.78º 0.3% 0.82% -
HSV(B) 257.78º 0.12% 0.87% -
XYZ 57.96 57.64 77.88 -
YUV 201.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 204 196 223 0.09 0.12 0 0.13 257.78 0.3 0.82
Hex CC C4 DF 9 C 0 D 102 1E 52
Octal 314 304 337 11 14 0 15 402 36 122
Binary 11001100 11000100 11011111 1001 1100 0 1101 100000010 11110 1010010

Color Harmonies of #CCC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4DF

Black with #CCC4DF

Text Example


Text Example

White with #CCC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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