Html Css Color HEX #CAC5DF Melrose

📋 copy color: '#CAC5DF'

red 202 ◦ green 197 ◦ blue 223

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

Shades of Melrose #CAC5DF

Tints of Melrose #CAC5DF

RGB

 RED value IS 202 (79.3% from 255) = 32.48%

 GREEN value IS 197 (77.34% from 255) = 31.67%

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

R = 32.48%
G = 31.67%
B = 35.85%

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

#CAC5DF (or 0xCAC5DF) is known color: Melrose. HEX triplet: CA, C5 and DF. RGB value is (202,197,223). Sum of RGB (Red+Green+Blue) = 202+197+223=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5DF is #353A20. Grayscale: #C9C9C9. Windows color (decimal): -3488289 or 14665162. OLE color: 14665162.

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

Color convert

RGB 202 197 223 -
CMYK 0.09 0.12 0 0.13
HSL 251.54º 0.29% 0.82% -
HSV(B) 251.54º 0.12% 0.87% -
XYZ 57.64 57.82 77.93 -
YUV 201.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 202 197 223 0.09 0.12 0 0.13 251.54 0.29 0.82
Hex CA C5 DF 9 C 0 D FC 1D 52
Octal 312 305 337 11 14 0 15 374 35 122
Binary 11001010 11000101 11011111 1001 1100 0 1101 11111100 11101 1010010

Color Harmonies of #CAC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5DF

Black with #CAC5DF

Text Example


Text Example

White with #CAC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5DF; }

 p { color: rgb(202,197,223); }

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

background-color css

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

 a { background-color: rgb(202,197,223); }

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

border-color css

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

 span { border-color: rgb(202,197,223); }

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