Html Css Color HEX #CAB6E6 Melrose

📋 copy color: '#CAB6E6'

red 202 ◦ green 182 ◦ blue 230

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

Shades of Melrose #CAB6E6

Tints of Melrose #CAB6E6

RGB

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

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

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

R = 32.9%
G = 29.64%
B = 37.46%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAB6E6 (or 0xCAB6E6) is known color: Melrose. HEX triplet: CA, B6 and E6. RGB value is (202,182,230). Sum of RGB (Red+Green+Blue) = 202+182+230=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6E6 is #354919. Grayscale: #C1C1C1. Windows color (decimal): -3492122 or 15120074. OLE color: 15120074.

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

Color convert

RGB 202 182 230 -
CMYK 0.12 0.21 0 0.10
HSL 265º 0.49% 0.81% -
HSV(B) 265º 0.21% 0.9% -
XYZ 55.37 51.73 81.93 -
YUV 193.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 202 182 230 0.12 0.21 0 0.10 265 0.49 0.81
Hex CA B6 E6 C 15 0 A 109 31 51
Octal 312 266 346 14 25 0 12 411 61 121
Binary 11001010 10110110 11100110 1100 10101 0 1010 100001001 110001 1010001

Color Harmonies of #CAB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6E6

Black with #CAB6E6

Text Example


Text Example

White with #CAB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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