Html Css Color HEX #CAC0DA Melrose

📋 copy color: '#CAC0DA'

red 202 ◦ green 192 ◦ blue 218

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

Shades of Melrose #CAC0DA

Tints of Melrose #CAC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.37%

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 33.01%
G = 31.37%
B = 35.62%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAC0DA (or 0xCAC0DA) is known color: Melrose. HEX triplet: CA, C0 and DA. RGB value is (202,192,218). Sum of RGB (Red+Green+Blue) = 202+192+218=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0DA is #353F25. Grayscale: #C5C5C5. Windows color (decimal): -3489574 or 14336202. OLE color: 14336202.

HSL color Cylindrical-coordinate representation of color #CAC0DA: hue angle of 263.08º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC0DA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 192 218 -
CMYK 0.07 0.12 0 0.15
HSL 263.08º 0.26% 0.8% -
HSV(B) 263.08º 0.12% 0.85% -
XYZ 55.86 55.32 74.06 -
YUV 197.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 202 192 218 0.07 0.12 0 0.15 263.08 0.26 0.8
Hex CA C0 DA 7 C 0 F 107 1A 50
Octal 312 300 332 7 14 0 17 407 32 120
Binary 11001010 11000000 11011010 111 1100 0 1111 100000111 11010 1010000

Color Harmonies of #CAC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC0DA

Black with #CAC0DA

Text Example


Text Example

White with #CAC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC0DA; }

 p { color: rgb(202,192,218); }

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

background-color css

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

 a { background-color: rgb(202,192,218); }

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

border-color css

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

 span { border-color: rgb(202,192,218); }

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