Html Css Color HEX #CAC6E7 Melrose

📋 copy color: '#CAC6E7'

red 202 ◦ green 198 ◦ blue 231

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

Shades of Melrose #CAC6E7

Tints of Melrose #CAC6E7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.38%

 BLUE value IS 231 (90.63% from 255) = 36.61%

R = 32.01%
G = 31.38%
B = 36.61%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CAC6E7 (or 0xCAC6E7) is known color: Melrose. HEX triplet: CA, C6 and E7. RGB value is (202,198,231). Sum of RGB (Red+Green+Blue) = 202+198+231=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #CAC6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6E7 is #353918. Grayscale: #CACACA. Windows color (decimal): -3488025 or 15189706. OLE color: 15189706.

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

Color convert

RGB 202 198 231 -
CMYK 0.13 0.14 0 0.09
HSL 247.27º 0.41% 0.84% -
HSV(B) 247.27º 0.14% 0.91% -
XYZ 58.98 58.71 83.83 -
YUV 202.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 202 198 231 0.13 0.14 0 0.09 247.27 0.41 0.84
Hex CA C6 E7 D E 0 9 F7 29 54
Octal 312 306 347 15 16 0 11 367 51 124
Binary 11001010 11000110 11100111 1101 1110 0 1001 11110111 101001 1010100

Color Harmonies of #CAC6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6E7

Black with #CAC6E7

Text Example


Text Example

White with #CAC6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6E7; }

 p { color: rgb(202,198,231); }

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

background-color css

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

 a { background-color: rgb(202,198,231); }

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

border-color css

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

 span { border-color: rgb(202,198,231); }

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