Html Css Color HEX #CAB4EF Melrose

📋 copy color: '#CAB4EF'

red 202 ◦ green 180 ◦ blue 239

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

Shades of Melrose #CAB4EF

Tints of Melrose #CAB4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 32.53%
G = 28.99%
B = 38.49%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAB4EF (or 0xCAB4EF) is known color: Melrose. HEX triplet: CA, B4 and EF. RGB value is (202,180,239). Sum of RGB (Red+Green+Blue) = 202+180+239=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4EF is #354B10. Grayscale: #C1C1C1. Windows color (decimal): -3492625 or 15709386. OLE color: 15709386.

HSL color Cylindrical-coordinate representation of color #CAB4EF: hue angle of 262.37º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB4EF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 180 239 -
CMYK 0.15 0.25 0 0.06
HSL 262.37º 0.65% 0.82% -
HSV(B) 262.37º 0.25% 0.94% -
XYZ 56.26 51.43 88.62 -
YUV 193.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 202 180 239 0.15 0.25 0 0.06 262.37 0.65 0.82
Hex CA B4 EF F 19 0 6 106 41 52
Octal 312 264 357 17 31 0 6 406 101 122
Binary 11001010 10110100 11101111 1111 11001 0 110 100000110 1000001 1010010

Color Harmonies of #CAB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB4EF

Black with #CAB4EF

Text Example


Text Example

White with #CAB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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