Html Css Color HEX #CABAF3 Melrose

📋 copy color: '#CABAF3'

red 202 ◦ green 186 ◦ blue 243

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

Shades of Melrose #CABAF3

Tints of Melrose #CABAF3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.48%

 BLUE value IS 243 (95.31% from 255) = 38.51%

R = 32.01%
G = 29.48%
B = 38.51%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CABAF3 (or 0xCABAF3) is known color: Melrose. HEX triplet: CA, BA and F3. RGB value is (202,186,243). Sum of RGB (Red+Green+Blue) = 202+186+243=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #CABAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF3 is #35450C. Grayscale: #C5C5C5. Windows color (decimal): -3491085 or 15973066. OLE color: 15973066.

HSL color Cylindrical-coordinate representation of color #CABAF3: hue angle of 256.84º degrees, saturation: 0.7, 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 #CABAF3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 186 243 -
CMYK 0.17 0.23 0 0.05
HSL 256.84º 0.7% 0.84% -
HSV(B) 256.84º 0.23% 0.95% -
XYZ 58.09 54.15 92.18 -
YUV 197.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 202 186 243 0.17 0.23 0 0.05 256.84 0.7 0.84
Hex CA BA F3 11 17 0 5 101 46 54
Octal 312 272 363 21 27 0 5 401 106 124
Binary 11001010 10111010 11110011 10001 10111 0 101 100000001 1000110 1010100

Color Harmonies of #CABAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAF3

Black with #CABAF3

Text Example


Text Example

White with #CABAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAF3; }

 p { color: rgb(202,186,243); }

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

background-color css

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

 a { background-color: rgb(202,186,243); }

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

border-color css

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

 span { border-color: rgb(202,186,243); }

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