Html Css Color HEX #CAB6EC Melrose

📋 copy color: '#CAB6EC'

red 202 ◦ green 182 ◦ blue 236

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

Shades of Melrose #CAB6EC

Tints of Melrose #CAB6EC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.35%

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

R = 32.58%
G = 29.35%
B = 38.06%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB6EC (or 0xCAB6EC) is known color: Melrose. HEX triplet: CA, B6 and EC. RGB value is (202,182,236). Sum of RGB (Red+Green+Blue) = 202+182+236=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6EC is #354913. Grayscale: #C1C1C1. Windows color (decimal): -3492116 or 15513290. OLE color: 15513290.

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

Color convert

RGB 202 182 236 -
CMYK 0.14 0.23 0 0.07
HSL 262.22º 0.59% 0.82% -
HSV(B) 262.22º 0.23% 0.93% -
XYZ 56.23 52.07 86.44 -
YUV 194.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 202 182 236 0.14 0.23 0 0.07 262.22 0.59 0.82
Hex CA B6 EC E 17 0 7 106 3B 52
Octal 312 266 354 16 27 0 7 406 73 122
Binary 11001010 10110110 11101100 1110 10111 0 111 100000110 111011 1010010

Color Harmonies of #CAB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6EC

Black with #CAB6EC

Text Example


Text Example

White with #CAB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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