Html Css Color HEX #CAC2E6 Melrose

📋 copy color: '#CAC2E6'

red 202 ◦ green 194 ◦ blue 230

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

Shades of Melrose #CAC2E6

Tints of Melrose #CAC2E6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.99%

 BLUE value IS 230 (90.23% from 255) = 36.74%

R = 32.27%
G = 30.99%
B = 36.74%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAC2E6 (or 0xCAC2E6) is known color: Melrose. HEX triplet: CA, C2 and E6. RGB value is (202,194,230). Sum of RGB (Red+Green+Blue) = 202+194+230=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAC2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2E6 is #353D19. Grayscale: #C8C8C8. Windows color (decimal): -3489050 or 15123146. OLE color: 15123146.

HSL color Cylindrical-coordinate representation of color #CAC2E6: hue angle of 253.33º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC2E6 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 194 230 -
CMYK 0.12 0.16 0 0.10
HSL 253.33º 0.42% 0.83% -
HSV(B) 253.33º 0.16% 0.9% -
XYZ 57.93 56.85 82.78 -
YUV 200.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 202 194 230 0.12 0.16 0 0.10 253.33 0.42 0.83
Hex CA C2 E6 C 10 0 A FD 2A 53
Octal 312 302 346 14 20 0 12 375 52 123
Binary 11001010 11000010 11100110 1100 10000 0 1010 11111101 101010 1010011

Color Harmonies of #CAC2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2E6

Black with #CAC2E6

Text Example


Text Example

White with #CAC2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2E6; }

 p { color: rgb(202,194,230); }

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

background-color css

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

 a { background-color: rgb(202,194,230); }

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

border-color css

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

 span { border-color: rgb(202,194,230); }

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