Html Css Color HEX #CAC1EC Melrose

📋 copy color: '#CAC1EC'

red 202 ◦ green 193 ◦ blue 236

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

Shades of Melrose #CAC1EC

Tints of Melrose #CAC1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 32.01%
G = 30.59%
B = 37.4%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC1EC (or 0xCAC1EC) is known color: Melrose. HEX triplet: CA, C1 and EC. RGB value is (202,193,236). Sum of RGB (Red+Green+Blue) = 202+193+236=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1EC is #353E13. Grayscale: #C8C8C8. Windows color (decimal): -3489300 or 15516106. OLE color: 15516106.

HSL color Cylindrical-coordinate representation of color #CAC1EC: hue angle of 252.56º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC1EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 193 236 -
CMYK 0.14 0.18 0 0.07
HSL 252.56º 0.53% 0.84% -
HSV(B) 252.56º 0.18% 0.93% -
XYZ 58.57 56.75 87.22 -
YUV 200.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 202 193 236 0.14 0.18 0 0.07 252.56 0.53 0.84
Hex CA C1 EC E 12 0 7 FD 35 54
Octal 312 301 354 16 22 0 7 375 65 124
Binary 11001010 11000001 11101100 1110 10010 0 111 11111101 110101 1010100

Color Harmonies of #CAC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1EC

Black with #CAC1EC

Text Example


Text Example

White with #CAC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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