Html Css Color HEX #CAB2F5 Melrose

📋 copy color: '#CAB2F5'

red 202 ◦ green 178 ◦ blue 245

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

Shades of Melrose #CAB2F5

Tints of Melrose #CAB2F5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.48%

 BLUE value IS 245 (96.09% from 255) = 39.2%

R = 32.32%
G = 28.48%
B = 39.2%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CAB2F5 (or 0xCAB2F5) is known color: Melrose. HEX triplet: CA, B2 and F5. RGB value is (202,178,245). Sum of RGB (Red+Green+Blue) = 202+178+245=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAB2F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2F5 is #354D0A. Grayscale: #C0C0C0. Windows color (decimal): -3493131 or 16102090. OLE color: 16102090.

HSL color Cylindrical-coordinate representation of color #CAB2F5: hue angle of 261.49º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB2F5 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 178 245 -
CMYK 0.18 0.27 0 0.04
HSL 261.49º 0.77% 0.83% -
HSV(B) 261.49º 0.27% 0.96% -
XYZ 56.76 50.99 93.24 -
YUV 192.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 202 178 245 0.18 0.27 0 0.04 261.49 0.77 0.83
Hex CA B2 F5 12 1B 0 4 105 4D 53
Octal 312 262 365 22 33 0 4 405 115 123
Binary 11001010 10110010 11110101 10010 11011 0 100 100000101 1001101 1010011

Color Harmonies of #CAB2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2F5

Black with #CAB2F5

Text Example


Text Example

White with #CAB2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2F5; }

 p { color: rgb(202,178,245); }

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

background-color css

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

 a { background-color: rgb(202,178,245); }

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

border-color css

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

 span { border-color: rgb(202,178,245); }

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