Html Css Color HEX #CAB3EF Melrose

📋 copy color: '#CAB3EF'

red 202 ◦ green 179 ◦ blue 239

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

Shades of Melrose #CAB3EF

Tints of Melrose #CAB3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 32.58%
G = 28.87%
B = 38.55%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAB3EF (or 0xCAB3EF) is known color: Melrose. HEX triplet: CA, B3 and EF. RGB value is (202,179,239). Sum of RGB (Red+Green+Blue) = 202+179+239=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3EF is #354C10. Grayscale: #C0C0C0. Windows color (decimal): -3492881 or 15709130. OLE color: 15709130.

HSL color Cylindrical-coordinate representation of color #CAB3EF: hue angle of 263º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB3EF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 179 239 -
CMYK 0.15 0.25 0 0.06
HSL 263º 0.65% 0.82% -
HSV(B) 263º 0.25% 0.94% -
XYZ 56.06 51.03 88.56 -
YUV 192.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 202 179 239 0.15 0.25 0 0.06 263 0.65 0.82
Hex CA B3 EF F 19 0 6 107 41 52
Octal 312 263 357 17 31 0 6 407 101 122
Binary 11001010 10110011 11101111 1111 11001 0 110 100000111 1000001 1010010

Color Harmonies of #CAB3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB3EF

Black with #CAB3EF

Text Example


Text Example

White with #CAB3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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