Html Css Color HEX #CAC5EB Melrose

📋 copy color: '#CAC5EB'

red 202 ◦ green 197 ◦ blue 235

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

Shades of Melrose #CAC5EB

Tints of Melrose #CAC5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.07%

R = 31.86%
G = 31.07%
B = 37.07%

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

#CAC5EB (or 0xCAC5EB) is known color: Melrose. HEX triplet: CA, C5 and EB. RGB value is (202,197,235). Sum of RGB (Red+Green+Blue) = 202+197+235=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAC5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5EB is #353A14. Grayscale: #CACACA. Windows color (decimal): -3488277 or 15451594. OLE color: 15451594.

HSL color Cylindrical-coordinate representation of color #CAC5EB: hue angle of 247.89º degrees, saturation: 0.49, 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 #CAC5EB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 197 235 -
CMYK 0.14 0.16 0 0.08
HSL 247.89º 0.49% 0.85% -
HSV(B) 247.89º 0.16% 0.92% -
XYZ 59.32 58.49 86.76 -
YUV 202.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 202 197 235 0.14 0.16 0 0.08 247.89 0.49 0.85
Hex CA C5 EB E 10 0 8 F8 31 55
Octal 312 305 353 16 20 0 10 370 61 125
Binary 11001010 11000101 11101011 1110 10000 0 1000 11111000 110001 1010101

Color Harmonies of #CAC5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5EB

Black with #CAC5EB

Text Example


Text Example

White with #CAC5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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