Html Css Color HEX #CAC1DC Melrose

📋 copy color: '#CAC1DC'

red 202 ◦ green 193 ◦ blue 220

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

Shades of Melrose #CAC1DC

Tints of Melrose #CAC1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 32.85%
G = 31.38%
B = 35.77%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAC1DC (or 0xCAC1DC) is known color: Melrose. HEX triplet: CA, C1 and DC. RGB value is (202,193,220). Sum of RGB (Red+Green+Blue) = 202+193+220=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1DC is #353E23. Grayscale: #C6C6C6. Windows color (decimal): -3489316 or 14467530. OLE color: 14467530.

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

Color convert

RGB 202 193 220 -
CMYK 0.08 0.12 0 0.14
HSL 260º 0.28% 0.81% -
HSV(B) 260º 0.12% 0.86% -
XYZ 56.35 55.86 75.52 -
YUV 198.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 202 193 220 0.08 0.12 0 0.14 260 0.28 0.81
Hex CA C1 DC 8 C 0 E 104 1C 51
Octal 312 301 334 10 14 0 16 404 34 121
Binary 11001010 11000001 11011100 1000 1100 0 1110 100000100 11100 1010001

Color Harmonies of #CAC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1DC

Black with #CAC1DC

Text Example


Text Example

White with #CAC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1DC; }

 p { color: rgb(202,193,220); }

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

background-color css

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

 a { background-color: rgb(202,193,220); }

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

border-color css

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

 span { border-color: rgb(202,193,220); }

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