Html Css Color HEX #CAC5EA Melrose

📋 copy color: '#CAC5EA'

red 202 ◦ green 197 ◦ blue 234

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

Shades of Melrose #CAC5EA

Tints of Melrose #CAC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.12%

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 31.91%
G = 31.12%
B = 36.97%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAC5EA (or 0xCAC5EA) is known color: Melrose. HEX triplet: CA, C5 and EA. RGB value is (202,197,234). Sum of RGB (Red+Green+Blue) = 202+197+234=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5EA is #353A15. Grayscale: #CACACA. Windows color (decimal): -3488278 or 15386058. OLE color: 15386058.

HSL color Cylindrical-coordinate representation of color #CAC5EA: hue angle of 248.11º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC5EA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 197 234 -
CMYK 0.14 0.16 0 0.08
HSL 248.11º 0.47% 0.85% -
HSV(B) 248.11º 0.16% 0.92% -
XYZ 59.17 58.43 86 -
YUV 202.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 202 197 234 0.14 0.16 0 0.08 248.11 0.47 0.85
Hex CA C5 EA E 10 0 8 F8 2F 55
Octal 312 305 352 16 20 0 10 370 57 125
Binary 11001010 11000101 11101010 1110 10000 0 1000 11111000 101111 1010101

Color Harmonies of #CAC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5EA

Black with #CAC5EA

Text Example


Text Example

White with #CAC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5EA; }

 p { color: rgb(202,197,234); }

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

background-color css

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

 a { background-color: rgb(202,197,234); }

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

border-color css

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

 span { border-color: rgb(202,197,234); }

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