Html Css Color HEX #CAB5F1 Melrose

📋 copy color: '#CAB5F1'

red 202 ◦ green 181 ◦ blue 241

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

Shades of Melrose #CAB5F1

Tints of Melrose #CAB5F1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.01%

 BLUE value IS 241 (94.53% from 255) = 38.62%

R = 32.37%
G = 29.01%
B = 38.62%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAB5F1 (or 0xCAB5F1) is known color: Melrose. HEX triplet: CA, B5 and F1. RGB value is (202,181,241). Sum of RGB (Red+Green+Blue) = 202+181+241=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5F1 is #354A0E. Grayscale: #C1C1C1. Windows color (decimal): -3492367 or 15840714. OLE color: 15840714.

HSL color Cylindrical-coordinate representation of color #CAB5F1: hue angle of 261º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB5F1 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 181 241 -
CMYK 0.16 0.25 0 0.05
HSL 261º 0.68% 0.83% -
HSV(B) 261º 0.25% 0.95% -
XYZ 56.76 51.96 90.26 -
YUV 194.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 202 181 241 0.16 0.25 0 0.05 261 0.68 0.83
Hex CA B5 F1 10 19 0 5 105 44 53
Octal 312 265 361 20 31 0 5 405 104 123
Binary 11001010 10110101 11110001 10000 11001 0 101 100000101 1000100 1010011

Color Harmonies of #CAB5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5F1

Black with #CAB5F1

Text Example


Text Example

White with #CAB5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5F1; }

 p { color: rgb(202,181,241); }

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

background-color css

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

 a { background-color: rgb(202,181,241); }

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

border-color css

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

 span { border-color: rgb(202,181,241); }

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