Html Css Color HEX #CAC1DB Melrose

📋 copy color: '#CAC1DB'

red 202 ◦ green 193 ◦ blue 219

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

Shades of Melrose #CAC1DB

Tints of Melrose #CAC1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 32.9%
G = 31.43%
B = 35.67%

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

#CAC1DB (or 0xCAC1DB) is known color: Melrose. HEX triplet: CA, C1 and DB. RGB value is (202,193,219). Sum of RGB (Red+Green+Blue) = 202+193+219=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1DB is #353E24. Grayscale: #C6C6C6. Windows color (decimal): -3489317 or 14401994. OLE color: 14401994.

HSL color Cylindrical-coordinate representation of color #CAC1DB: hue angle of 260.77º degrees, saturation: 0.27, 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 #CAC1DB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 193 219 -
CMYK 0.08 0.12 0 0.14
HSL 260.77º 0.27% 0.81% -
HSV(B) 260.77º 0.12% 0.86% -
XYZ 56.21 55.81 74.83 -
YUV 198.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 202 193 219 0.08 0.12 0 0.14 260.77 0.27 0.81
Hex CA C1 DB 8 C 0 E 105 1B 51
Octal 312 301 333 10 14 0 16 405 33 121
Binary 11001010 11000001 11011011 1000 1100 0 1110 100000101 11011 1010001

Color Harmonies of #CAC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1DB

Black with #CAC1DB

Text Example


Text Example

White with #CAC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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