Html Css Color HEX #CAC3DD Melrose

📋 copy color: '#CAC3DD'

red 202 ◦ green 195 ◦ blue 221

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

Shades of Melrose #CAC3DD

Tints of Melrose #CAC3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.76%

R = 32.69%
G = 31.55%
B = 35.76%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAC3DD (or 0xCAC3DD) is known color: Melrose. HEX triplet: CA, C3 and DD. RGB value is (202,195,221). Sum of RGB (Red+Green+Blue) = 202+195+221=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3DD is #353C22. Grayscale: #C7C7C7. Windows color (decimal): -3488803 or 14533578. OLE color: 14533578.

HSL color Cylindrical-coordinate representation of color #CAC3DD: hue angle of 256.15º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC3DD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 195 221 -
CMYK 0.09 0.12 0 0.13
HSL 256.15º 0.28% 0.82% -
HSV(B) 256.15º 0.12% 0.87% -
XYZ 56.92 56.81 76.37 -
YUV 200.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 202 195 221 0.09 0.12 0 0.13 256.15 0.28 0.82
Hex CA C3 DD 9 C 0 D 100 1C 52
Octal 312 303 335 11 14 0 15 400 34 122
Binary 11001010 11000011 11011101 1001 1100 0 1101 100000000 11100 1010010

Color Harmonies of #CAC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC3DD

Black with #CAC3DD

Text Example


Text Example

White with #CAC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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