Html Css Color HEX #CAB4EA Melrose

📋 copy color: '#CAB4EA'

red 202 ◦ green 180 ◦ blue 234

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

Shades of Melrose #CAB4EA

Tints of Melrose #CAB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.22%

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

R = 32.79%
G = 29.22%
B = 37.99%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAB4EA (or 0xCAB4EA) is known color: Melrose. HEX triplet: CA, B4 and EA. RGB value is (202,180,234). Sum of RGB (Red+Green+Blue) = 202+180+234=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4EA is #354B15. Grayscale: #C0C0C0. Windows color (decimal): -3492630 or 15381706. OLE color: 15381706.

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

Color convert

RGB 202 180 234 -
CMYK 0.14 0.23 0 0.08
HSL 264.44º 0.56% 0.81% -
HSV(B) 264.44º 0.23% 0.92% -
XYZ 55.53 51.14 84.79 -
YUV 192.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 202 180 234 0.14 0.23 0 0.08 264.44 0.56 0.81
Hex CA B4 EA E 17 0 8 108 38 51
Octal 312 264 352 16 27 0 10 410 70 121
Binary 11001010 10110100 11101010 1110 10111 0 1000 100001000 111000 1010001

Color Harmonies of #CAB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB4EA

Black with #CAB4EA

Text Example


Text Example

White with #CAB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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