Html Css Color HEX #CAC1DD Melrose

📋 copy color: '#CAC1DD'

red 202 ◦ green 193 ◦ blue 221

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

Shades of Melrose #CAC1DD

Tints of Melrose #CAC1DD

RGB

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

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

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

R = 32.79%
G = 31.33%
B = 35.88%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAC1DD (or 0xCAC1DD) is known color: Melrose. HEX triplet: CA, C1 and DD. RGB value is (202,193,221). Sum of RGB (Red+Green+Blue) = 202+193+221=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1DD is #353E22. Grayscale: #C6C6C6. Windows color (decimal): -3489315 or 14533066. OLE color: 14533066.

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

Color convert

RGB 202 193 221 -
CMYK 0.09 0.13 0 0.13
HSL 259.29º 0.29% 0.81% -
HSV(B) 259.29º 0.13% 0.87% -
XYZ 56.48 55.92 76.22 -
YUV 198.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 202 193 221 0.09 0.13 0 0.13 259.29 0.29 0.81
Hex CA C1 DD 9 D 0 D 103 1D 51
Octal 312 301 335 11 15 0 15 403 35 121
Binary 11001010 11000001 11011101 1001 1101 0 1101 100000011 11101 1010001

Color Harmonies of #CAC1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1DD

Black with #CAC1DD

Text Example


Text Example

White with #CAC1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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