Html Css Color HEX #CAC2EB Melrose

📋 copy color: '#CAC2EB'

red 202 ◦ green 194 ◦ blue 235

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

Shades of Melrose #CAC2EB

Tints of Melrose #CAC2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 32.01%
G = 30.74%
B = 37.24%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAC2EB (or 0xCAC2EB) is known color: Melrose. HEX triplet: CA, C2 and EB. RGB value is (202,194,235). Sum of RGB (Red+Green+Blue) = 202+194+235=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2EB is #353D14. Grayscale: #C8C8C8. Windows color (decimal): -3489045 or 15450826. OLE color: 15450826.

HSL color Cylindrical-coordinate representation of color #CAC2EB: hue angle of 251.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC2EB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 194 235 -
CMYK 0.14 0.17 0 0.08
HSL 251.71º 0.51% 0.84% -
HSV(B) 251.71º 0.17% 0.92% -
XYZ 58.64 57.14 86.54 -
YUV 201.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 202 194 235 0.14 0.17 0 0.08 251.71 0.51 0.84
Hex CA C2 EB E 11 0 8 FC 33 54
Octal 312 302 353 16 21 0 10 374 63 124
Binary 11001010 11000010 11101011 1110 10001 0 1000 11111100 110011 1010100

Color Harmonies of #CAC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2EB

Black with #CAC2EB

Text Example


Text Example

White with #CAC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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