Html Css Color HEX #CAB9F2 Melrose

📋 copy color: '#CAB9F2'

red 202 ◦ green 185 ◦ blue 242

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

Shades of Melrose #CAB9F2

Tints of Melrose #CAB9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 32.11%
G = 29.41%
B = 38.47%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAB9F2 (or 0xCAB9F2) is known color: Melrose. HEX triplet: CA, B9 and F2. RGB value is (202,185,242). Sum of RGB (Red+Green+Blue) = 202+185+242=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAB9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9F2 is #35460D. Grayscale: #C4C4C4. Windows color (decimal): -3491342 or 15907274. OLE color: 15907274.

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

Color convert

RGB 202 185 242 -
CMYK 0.17 0.24 0 0.05
HSL 257.89º 0.69% 0.84% -
HSV(B) 257.89º 0.24% 0.95% -
XYZ 57.73 53.67 91.32 -
YUV 196.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 202 185 242 0.17 0.24 0 0.05 257.89 0.69 0.84
Hex CA B9 F2 11 18 0 5 102 45 54
Octal 312 271 362 21 30 0 5 402 105 124
Binary 11001010 10111001 11110010 10001 11000 0 101 100000010 1000101 1010100

Color Harmonies of #CAB9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9F2

Black with #CAB9F2

Text Example


Text Example

White with #CAB9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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