Html Css Color HEX #CAB7EA Melrose

📋 copy color: '#CAB7EA'

red 202 ◦ green 183 ◦ blue 234

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

Shades of Melrose #CAB7EA

Tints of Melrose #CAB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.56%

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

R = 32.63%
G = 29.56%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAB7EA (or 0xCAB7EA) is known color: Melrose. HEX triplet: CA, B7 and EA. RGB value is (202,183,234). Sum of RGB (Red+Green+Blue) = 202+183+234=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7EA is #354815. Grayscale: #C2C2C2. Windows color (decimal): -3491862 or 15382474. OLE color: 15382474.

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

Color convert

RGB 202 183 234 -
CMYK 0.14 0.22 0 0.08
HSL 262.35º 0.55% 0.82% -
HSV(B) 262.35º 0.22% 0.92% -
XYZ 56.14 52.36 84.99 -
YUV 194.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 202 183 234 0.14 0.22 0 0.08 262.35 0.55 0.82
Hex CA B7 EA E 16 0 8 106 37 52
Octal 312 267 352 16 26 0 10 406 67 122
Binary 11001010 10110111 11101010 1110 10110 0 1000 100000110 110111 1010010

Color Harmonies of #CAB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB7EA

Black with #CAB7EA

Text Example


Text Example

White with #CAB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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