Html Css Color HEX #CAB8EC Melrose

📋 copy color: '#CAB8EC'

red 202 ◦ green 184 ◦ blue 236

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

Shades of Melrose #CAB8EC

Tints of Melrose #CAB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.58%

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 32.48%
G = 29.58%
B = 37.94%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB8EC (or 0xCAB8EC) is known color: Melrose. HEX triplet: CA, B8 and EC. RGB value is (202,184,236). Sum of RGB (Red+Green+Blue) = 202+184+236=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8EC is #354713. Grayscale: #C3C3C3. Windows color (decimal): -3491604 or 15513802. OLE color: 15513802.

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

Color convert

RGB 202 184 236 -
CMYK 0.14 0.22 0 0.07
HSL 260.77º 0.58% 0.82% -
HSV(B) 260.77º 0.22% 0.93% -
XYZ 56.64 52.89 86.58 -
YUV 195.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 202 184 236 0.14 0.22 0 0.07 260.77 0.58 0.82
Hex CA B8 EC E 16 0 7 105 3A 52
Octal 312 270 354 16 26 0 7 405 72 122
Binary 11001010 10111000 11101100 1110 10110 0 111 100000101 111010 1010010

Color Harmonies of #CAB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8EC

Black with #CAB8EC

Text Example


Text Example

White with #CAB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8EC; }

 p { color: rgb(202,184,236); }

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

background-color css

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

 a { background-color: rgb(202,184,236); }

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

border-color css

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

 span { border-color: rgb(202,184,236); }

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