Html Css Color HEX #CAB8EF Melrose

📋 copy color: '#CAB8EF'

red 202 ◦ green 184 ◦ blue 239

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

Shades of Melrose #CAB8EF

Tints of Melrose #CAB8EF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.44%

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

R = 32.32%
G = 29.44%
B = 38.24%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAB8EF (or 0xCAB8EF) is known color: Melrose. HEX triplet: CA, B8 and EF. RGB value is (202,184,239). Sum of RGB (Red+Green+Blue) = 202+184+239=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8EF is #354710. Grayscale: #C3C3C3. Windows color (decimal): -3491601 or 15710410. OLE color: 15710410.

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

Color convert

RGB 202 184 239 -
CMYK 0.15 0.23 0 0.06
HSL 259.64º 0.63% 0.83% -
HSV(B) 259.64º 0.23% 0.94% -
XYZ 57.08 53.07 88.9 -
YUV 195.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 202 184 239 0.15 0.23 0 0.06 259.64 0.63 0.83
Hex CA B8 EF F 17 0 6 104 3F 53
Octal 312 270 357 17 27 0 6 404 77 123
Binary 11001010 10111000 11101111 1111 10111 0 110 100000100 111111 1010011

Color Harmonies of #CAB8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8EF

Black with #CAB8EF

Text Example


Text Example

White with #CAB8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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