Html Css Color HEX #CAB9F1 Melrose

📋 copy color: '#CAB9F1'

red 202 ◦ green 185 ◦ blue 241

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

Shades of Melrose #CAB9F1

Tints of Melrose #CAB9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.46%

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

R = 32.17%
G = 29.46%
B = 38.38%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAB9F1 (or 0xCAB9F1) is known color: Melrose. HEX triplet: CA, B9 and F1. RGB value is (202,185,241). Sum of RGB (Red+Green+Blue) = 202+185+241=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAB9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9F1 is #35460E. Grayscale: #C4C4C4. Windows color (decimal): -3491343 or 15841738. OLE color: 15841738.

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

Color convert

RGB 202 185 241 -
CMYK 0.16 0.23 0 0.05
HSL 258.21º 0.67% 0.84% -
HSV(B) 258.21º 0.23% 0.95% -
XYZ 57.58 53.61 90.53 -
YUV 196.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 202 185 241 0.16 0.23 0 0.05 258.21 0.67 0.84
Hex CA B9 F1 10 17 0 5 102 43 54
Octal 312 271 361 20 27 0 5 402 103 124
Binary 11001010 10111001 11110001 10000 10111 0 101 100000010 1000011 1010100

Color Harmonies of #CAB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9F1

Black with #CAB9F1

Text Example


Text Example

White with #CAB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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