Html Css Color HEX #CAC5E9 Melrose

📋 copy color: '#CAC5E9'

red 202 ◦ green 197 ◦ blue 233

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

Shades of Melrose #CAC5E9

Tints of Melrose #CAC5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.87%

R = 31.96%
G = 31.17%
B = 36.87%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CAC5E9 (or 0xCAC5E9) is known color: Melrose. HEX triplet: CA, C5 and E9. RGB value is (202,197,233). Sum of RGB (Red+Green+Blue) = 202+197+233=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5E9 is #353A16. Grayscale: #CACACA. Windows color (decimal): -3488279 or 15320522. OLE color: 15320522.

HSL color Cylindrical-coordinate representation of color #CAC5E9: hue angle of 248.33º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC5E9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 197 233 -
CMYK 0.13 0.15 0 0.09
HSL 248.33º 0.45% 0.84% -
HSV(B) 248.33º 0.15% 0.91% -
XYZ 59.03 58.37 85.25 -
YUV 202.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 202 197 233 0.13 0.15 0 0.09 248.33 0.45 0.84
Hex CA C5 E9 D F 0 9 F8 2D 54
Octal 312 305 351 15 17 0 11 370 55 124
Binary 11001010 11000101 11101001 1101 1111 0 1001 11111000 101101 1010100

Color Harmonies of #CAC5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5E9

Black with #CAC5E9

Text Example


Text Example

White with #CAC5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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