Html Css Color HEX #CAB3EA Melrose

📋 copy color: '#CAB3EA'

red 202 ◦ green 179 ◦ blue 234

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

Shades of Melrose #CAB3EA

Tints of Melrose #CAB3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 32.85%
G = 29.11%
B = 38.05%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAB3EA (or 0xCAB3EA) is known color: Melrose. HEX triplet: CA, B3 and EA. RGB value is (202,179,234). Sum of RGB (Red+Green+Blue) = 202+179+234=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3EA is #354C15. Grayscale: #BFBFBF. Windows color (decimal): -3492886 or 15381450. OLE color: 15381450.

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

Color convert

RGB 202 179 234 -
CMYK 0.14 0.24 0 0.08
HSL 265.09º 0.57% 0.81% -
HSV(B) 265.09º 0.24% 0.92% -
XYZ 55.33 50.74 84.72 -
YUV 192.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 202 179 234 0.14 0.24 0 0.08 265.09 0.57 0.81
Hex CA B3 EA E 18 0 8 109 39 51
Octal 312 263 352 16 30 0 10 411 71 121
Binary 11001010 10110011 11101010 1110 11000 0 1000 100001001 111001 1010001

Color Harmonies of #CAB3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB3EA

Black with #CAB3EA

Text Example


Text Example

White with #CAB3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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