Html Css Color HEX #CAC1D9 Melrose

📋 copy color: '#CAC1D9'

red 202 ◦ green 193 ◦ blue 217

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

Shades of Melrose #CAC1D9

Tints of Melrose #CAC1D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 33.01%
G = 31.54%
B = 35.46%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAC1D9 (or 0xCAC1D9) is known color: Melrose. HEX triplet: CA, C1 and D9. RGB value is (202,193,217). Sum of RGB (Red+Green+Blue) = 202+193+217=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAC1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1D9 is #353E26. Grayscale: #C6C6C6. Windows color (decimal): -3489319 or 14270922. OLE color: 14270922.

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

Color convert

RGB 202 193 217 -
CMYK 0.07 0.11 0 0.15
HSL 262.5º 0.24% 0.8% -
HSV(B) 262.5º 0.11% 0.85% -
XYZ 55.95 55.71 73.45 -
YUV 198.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 202 193 217 0.07 0.11 0 0.15 262.5 0.24 0.8
Hex CA C1 D9 7 B 0 F 106 18 50
Octal 312 301 331 7 13 0 17 406 30 120
Binary 11001010 11000001 11011001 111 1011 0 1111 100000110 11000 1010000

Color Harmonies of #CAC1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1D9

Black with #CAC1D9

Text Example


Text Example

White with #CAC1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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