Html Css Color HEX #CAC3DB Melrose

📋 copy color: '#CAC3DB'

red 202 ◦ green 195 ◦ blue 219

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

Shades of Melrose #CAC3DB

Tints of Melrose #CAC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.66%

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

R = 32.79%
G = 31.66%
B = 35.55%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAC3DB (or 0xCAC3DB) is known color: Melrose. HEX triplet: CA, C3 and DB. RGB value is (202,195,219). Sum of RGB (Red+Green+Blue) = 202+195+219=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3DB is #353C24. Grayscale: #C7C7C7. Windows color (decimal): -3488805 or 14402506. OLE color: 14402506.

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

Color convert

RGB 202 195 219 -
CMYK 0.08 0.11 0 0.14
HSL 257.5º 0.25% 0.81% -
HSV(B) 257.5º 0.11% 0.86% -
XYZ 56.66 56.7 74.98 -
YUV 199.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 202 195 219 0.08 0.11 0 0.14 257.5 0.25 0.81
Hex CA C3 DB 8 B 0 E 102 19 51
Octal 312 303 333 10 13 0 16 402 31 121
Binary 11001010 11000011 11011011 1000 1011 0 1110 100000010 11001 1010001

Color Harmonies of #CAC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC3DB

Black with #CAC3DB

Text Example


Text Example

White with #CAC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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