Html Css Color HEX #CAC5DD Melrose

📋 copy color: '#CAC5DD'

red 202 ◦ green 197 ◦ blue 221

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

Shades of Melrose #CAC5DD

Tints of Melrose #CAC5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 32.58%
G = 31.77%
B = 35.65%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAC5DD (or 0xCAC5DD) is known color: Melrose. HEX triplet: CA, C5 and DD. RGB value is (202,197,221). Sum of RGB (Red+Green+Blue) = 202+197+221=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5DD is #353A22. Grayscale: #C9C9C9. Windows color (decimal): -3488291 or 14534090. OLE color: 14534090.

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

Color convert

RGB 202 197 221 -
CMYK 0.09 0.11 0 0.13
HSL 252.5º 0.26% 0.82% -
HSV(B) 252.5º 0.11% 0.87% -
XYZ 57.37 57.71 76.52 -
YUV 201.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 202 197 221 0.09 0.11 0 0.13 252.5 0.26 0.82
Hex CA C5 DD 9 B 0 D FD 1A 52
Octal 312 305 335 11 13 0 15 375 32 122
Binary 11001010 11000101 11011101 1001 1011 0 1101 11111101 11010 1010010

Color Harmonies of #CAC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5DD

Black with #CAC5DD

Text Example


Text Example

White with #CAC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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