Html Css Color HEX #CAB4F1 Melrose

📋 copy color: '#CAB4F1'

red 202 ◦ green 180 ◦ blue 241

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

Shades of Melrose #CAB4F1

Tints of Melrose #CAB4F1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.89%

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

R = 32.42%
G = 28.89%
B = 38.68%

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

#CAB4F1 (or 0xCAB4F1) is known color: Melrose. HEX triplet: CA, B4 and F1. RGB value is (202,180,241). Sum of RGB (Red+Green+Blue) = 202+180+241=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4F1 is #354B0E. Grayscale: #C1C1C1. Windows color (decimal): -3492623 or 15840458. OLE color: 15840458.

HSL color Cylindrical-coordinate representation of color #CAB4F1: hue angle of 261.64º degrees, saturation: 0.69, 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 #CAB4F1 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 180 241 -
CMYK 0.16 0.25 0 0.05
HSL 261.64º 0.69% 0.83% -
HSV(B) 261.64º 0.25% 0.95% -
XYZ 56.56 51.55 90.19 -
YUV 193.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 202 180 241 0.16 0.25 0 0.05 261.64 0.69 0.83
Hex CA B4 F1 10 19 0 5 106 45 53
Octal 312 264 361 20 31 0 5 406 105 123
Binary 11001010 10110100 11110001 10000 11001 0 101 100000110 1000101 1010011

Color Harmonies of #CAB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB4F1

Black with #CAB4F1

Text Example


Text Example

White with #CAB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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