Html Css Color HEX #CAB8E5 Melrose

📋 copy color: '#CAB8E5'

red 202 ◦ green 184 ◦ blue 229

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

Shades of Melrose #CAB8E5

Tints of Melrose #CAB8E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.24%

R = 32.85%
G = 29.92%
B = 37.24%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAB8E5 (or 0xCAB8E5) is known color: Melrose. HEX triplet: CA, B8 and E5. RGB value is (202,184,229). Sum of RGB (Red+Green+Blue) = 202+184+229=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8E5 is #35471A. Grayscale: #C2C2C2. Windows color (decimal): -3491611 or 15055050. OLE color: 15055050.

HSL color Cylindrical-coordinate representation of color #CAB8E5: hue angle of 264º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB8E5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 184 229 -
CMYK 0.12 0.20 0 0.10
HSL 264º 0.46% 0.81% -
HSV(B) 264º 0.2% 0.9% -
XYZ 55.64 52.49 81.33 -
YUV 194.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 202 184 229 0.12 0.20 0 0.10 264 0.46 0.81
Hex CA B8 E5 C 14 0 A 108 2E 51
Octal 312 270 345 14 24 0 12 410 56 121
Binary 11001010 10111000 11100101 1100 10100 0 1010 100001000 101110 1010001

Color Harmonies of #CAB8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8E5

Black with #CAB8E5

Text Example


Text Example

White with #CAB8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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