Html Css Color HEX #CAC3EC Melrose

📋 copy color: '#CAC3EC'

red 202 ◦ green 195 ◦ blue 236

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

Shades of Melrose #CAC3EC

Tints of Melrose #CAC3EC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.81%

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

R = 31.91%
G = 30.81%
B = 37.28%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC3EC (or 0xCAC3EC) is known color: Melrose. HEX triplet: CA, C3 and EC. RGB value is (202,195,236). Sum of RGB (Red+Green+Blue) = 202+195+236=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3EC is #353C13. Grayscale: #C9C9C9. Windows color (decimal): -3488788 or 15516618. OLE color: 15516618.

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

Color convert

RGB 202 195 236 -
CMYK 0.14 0.17 0 0.07
HSL 250.24º 0.52% 0.85% -
HSV(B) 250.24º 0.17% 0.93% -
XYZ 59.01 57.64 87.37 -
YUV 201.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 202 195 236 0.14 0.17 0 0.07 250.24 0.52 0.85
Hex CA C3 EC E 11 0 7 FA 34 55
Octal 312 303 354 16 21 0 7 372 64 125
Binary 11001010 11000011 11101100 1110 10001 0 111 11111010 110100 1010101

Color Harmonies of #CAC3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC3EC

Black with #CAC3EC

Text Example


Text Example

White with #CAC3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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