Html Css Color HEX #CAB8E1 Melrose

📋 copy color: '#CAB8E1'

red 202 ◦ green 184 ◦ blue 225

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

Shades of Melrose #CAB8E1

Tints of Melrose #CAB8E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.82%

R = 33.06%
G = 30.11%
B = 36.82%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAB8E1 (or 0xCAB8E1) is known color: Melrose. HEX triplet: CA, B8 and E1. RGB value is (202,184,225). Sum of RGB (Red+Green+Blue) = 202+184+225=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAB8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8E1 is #35471E. Grayscale: #C1C1C1. Windows color (decimal): -3491615 or 14792906. OLE color: 14792906.

HSL color Cylindrical-coordinate representation of color #CAB8E1: hue angle of 266.34º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB8E1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 184 225 -
CMYK 0.10 0.18 0 0.12
HSL 266.34º 0.41% 0.8% -
HSV(B) 266.34º 0.18% 0.88% -
XYZ 55.09 52.27 78.42 -
YUV 194.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 202 184 225 0.10 0.18 0 0.12 266.34 0.41 0.8
Hex CA B8 E1 A 12 0 C 10A 29 50
Octal 312 270 341 12 22 0 14 412 51 120
Binary 11001010 10111000 11100001 1010 10010 0 1100 100001010 101001 1010000

Color Harmonies of #CAB8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8E1

Black with #CAB8E1

Text Example


Text Example

White with #CAB8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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