Html Css Color HEX #CAC7DB Melrose

📋 copy color: '#CAC7DB'

red 202 ◦ green 199 ◦ blue 219

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

Shades of Melrose #CAC7DB

Tints of Melrose #CAC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.1%

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

R = 32.58%
G = 32.1%
B = 35.32%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAC7DB (or 0xCAC7DB) is known color: Melrose. HEX triplet: CA, C7 and DB. RGB value is (202,199,219). Sum of RGB (Red+Green+Blue) = 202+199+219=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7DB is #353824. Grayscale: #CACACA. Windows color (decimal): -3487781 or 14403530. OLE color: 14403530.

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

Color convert

RGB 202 199 219 -
CMYK 0.08 0.09 0 0.14
HSL 249º 0.22% 0.82% -
HSV(B) 249º 0.09% 0.86% -
XYZ 57.57 58.52 75.28 -
YUV 202.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 202 199 219 0.08 0.09 0 0.14 249 0.22 0.82
Hex CA C7 DB 8 9 0 E F9 16 52
Octal 312 307 333 10 11 0 16 371 26 122
Binary 11001010 11000111 11011011 1000 1001 0 1110 11111001 10110 1010010

Color Harmonies of #CAC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7DB

Black with #CAC7DB

Text Example


Text Example

White with #CAC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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