Html Css Color HEX #CAB9E1 Melrose

📋 copy color: '#CAB9E1'

red 202 ◦ green 185 ◦ blue 225

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

Shades of Melrose #CAB9E1

Tints of Melrose #CAB9E1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.23%

 BLUE value IS 225 (88.28% from 255) = 36.76%

R = 33.01%
G = 30.23%
B = 36.76%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAB9E1 (or 0xCAB9E1) is known color: Melrose. HEX triplet: CA, B9 and E1. RGB value is (202,185,225). Sum of RGB (Red+Green+Blue) = 202+185+225=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAB9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9E1 is #35461E. Grayscale: #C2C2C2. Windows color (decimal): -3491359 or 14793162. OLE color: 14793162.

HSL color Cylindrical-coordinate representation of color #CAB9E1: hue angle of 265.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB9E1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 185 225 -
CMYK 0.10 0.18 0 0.12
HSL 265.5º 0.4% 0.8% -
HSV(B) 265.5º 0.18% 0.88% -
XYZ 55.3 52.69 78.49 -
YUV 194.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 202 185 225 0.10 0.18 0 0.12 265.5 0.4 0.8
Hex CA B9 E1 A 12 0 C 10A 28 50
Octal 312 271 341 12 22 0 14 412 50 120
Binary 11001010 10111001 11100001 1010 10010 0 1100 100001010 101000 1010000

Color Harmonies of #CAB9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9E1

Black with #CAB9E1

Text Example


Text Example

White with #CAB9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9E1; }

 p { color: rgb(202,185,225); }

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

background-color css

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

 a { background-color: rgb(202,185,225); }

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

border-color css

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

 span { border-color: rgb(202,185,225); }

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