Html Css Color HEX #CAB7ED Melrose

📋 copy color: '#CAB7ED'

red 202 ◦ green 183 ◦ blue 237

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

Shades of Melrose #CAB7ED

Tints of Melrose #CAB7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 32.48%
G = 29.42%
B = 38.1%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB7ED (or 0xCAB7ED) is known color: Melrose. HEX triplet: CA, B7 and ED. RGB value is (202,183,237). Sum of RGB (Red+Green+Blue) = 202+183+237=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7ED is #354812. Grayscale: #C2C2C2. Windows color (decimal): -3491859 or 15579082. OLE color: 15579082.

HSL color Cylindrical-coordinate representation of color #CAB7ED: hue angle of 261.11º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB7ED is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 183 237 -
CMYK 0.15 0.23 0 0.07
HSL 261.11º 0.6% 0.82% -
HSV(B) 261.11º 0.23% 0.93% -
XYZ 56.58 52.54 87.28 -
YUV 194.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 202 183 237 0.15 0.23 0 0.07 261.11 0.6 0.82
Hex CA B7 ED F 17 0 7 105 3C 52
Octal 312 267 355 17 27 0 7 405 74 122
Binary 11001010 10110111 11101101 1111 10111 0 111 100000101 111100 1010010

Color Harmonies of #CAB7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB7ED

Black with #CAB7ED

Text Example


Text Example

White with #CAB7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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