Html Css Color HEX #CAB3F8 Melrose

📋 copy color: '#CAB3F8'

red 202 ◦ green 179 ◦ blue 248

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

Shades of Melrose #CAB3F8

Tints of Melrose #CAB3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.43%

R = 32.11%
G = 28.46%
B = 39.43%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CAB3F8 (or 0xCAB3F8) is known color: Melrose. HEX triplet: CA, B3 and F8. RGB value is (202,179,248). Sum of RGB (Red+Green+Blue) = 202+179+248=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAB3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3F8 is #354C07. Grayscale: #C1C1C1. Windows color (decimal): -3492872 or 16298954. OLE color: 16298954.

HSL color Cylindrical-coordinate representation of color #CAB3F8: hue angle of 260º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB3F8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 179 248 -
CMYK 0.19 0.28 0 0.03
HSL 260º 0.83% 0.84% -
HSV(B) 260º 0.28% 0.97% -
XYZ 57.42 51.57 95.74 -
YUV 193.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 202 179 248 0.19 0.28 0 0.03 260 0.83 0.84
Hex CA B3 F8 13 1C 0 3 104 53 54
Octal 312 263 370 23 34 0 3 404 123 124
Binary 11001010 10110011 11111000 10011 11100 0 11 100000100 1010011 1010100

Color Harmonies of #CAB3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB3F8

Black with #CAB3F8

Text Example


Text Example

White with #CAB3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB3F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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