Html Css Color HEX #CAB0F1 Melrose

📋 copy color: '#CAB0F1'

red 202 ◦ green 176 ◦ blue 241

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

Shades of Melrose #CAB0F1

Tints of Melrose #CAB0F1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.43%

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

R = 32.63%
G = 28.43%
B = 38.93%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAB0F1 (or 0xCAB0F1) is known color: Melrose. HEX triplet: CA, B0 and F1. RGB value is (202,176,241). Sum of RGB (Red+Green+Blue) = 202+176+241=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAB0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0F1 is #354F0E. Grayscale: #BEBEBE. Windows color (decimal): -3493647 or 15839434. OLE color: 15839434.

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

Color convert

RGB 202 176 241 -
CMYK 0.16 0.27 0 0.05
HSL 264º 0.7% 0.82% -
HSV(B) 264º 0.27% 0.95% -
XYZ 55.76 49.96 89.92 -
YUV 191.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 202 176 241 0.16 0.27 0 0.05 264 0.7 0.82
Hex CA B0 F1 10 1B 0 5 108 46 52
Octal 312 260 361 20 33 0 5 410 106 122
Binary 11001010 10110000 11110001 10000 11011 0 101 100001000 1000110 1010010

Color Harmonies of #CAB0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0F1

Black with #CAB0F1

Text Example


Text Example

White with #CAB0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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