Html Css Color HEX #CAB3EC Melrose

📋 copy color: '#CAB3EC'

red 202 ◦ green 179 ◦ blue 236

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

Shades of Melrose #CAB3EC

Tints of Melrose #CAB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.01%

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

R = 32.74%
G = 29.01%
B = 38.25%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB3EC (or 0xCAB3EC) is known color: Melrose. HEX triplet: CA, B3 and EC. RGB value is (202,179,236). Sum of RGB (Red+Green+Blue) = 202+179+236=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3EC is #354C13. Grayscale: #C0C0C0. Windows color (decimal): -3492884 or 15512522. OLE color: 15512522.

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

Color convert

RGB 202 179 236 -
CMYK 0.14 0.24 0 0.07
HSL 264.21º 0.6% 0.81% -
HSV(B) 264.21º 0.24% 0.93% -
XYZ 55.62 50.85 86.24 -
YUV 192.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 202 179 236 0.14 0.24 0 0.07 264.21 0.6 0.81
Hex CA B3 EC E 18 0 7 108 3C 51
Octal 312 263 354 16 30 0 7 410 74 121
Binary 11001010 10110011 11101100 1110 11000 0 111 100001000 111100 1010001

Color Harmonies of #CAB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB3EC

Black with #CAB3EC

Text Example


Text Example

White with #CAB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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