Html Css Color HEX #CAC6DF Melrose

📋 copy color: '#CAC6DF'

red 202 ◦ green 198 ◦ blue 223

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

Shades of Melrose #CAC6DF

Tints of Melrose #CAC6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 32.42%
G = 31.78%
B = 35.79%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAC6DF (or 0xCAC6DF) is known color: Melrose. HEX triplet: CA, C6 and DF. RGB value is (202,198,223). Sum of RGB (Red+Green+Blue) = 202+198+223=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6DF is #353920. Grayscale: #C9C9C9. Windows color (decimal): -3488033 or 14665418. OLE color: 14665418.

HSL color Cylindrical-coordinate representation of color #CAC6DF: hue angle of 249.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC6DF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 198 223 -
CMYK 0.09 0.11 0 0.13
HSL 249.6º 0.28% 0.83% -
HSV(B) 249.6º 0.11% 0.87% -
XYZ 57.87 58.27 78.01 -
YUV 202.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 202 198 223 0.09 0.11 0 0.13 249.6 0.28 0.83
Hex CA C6 DF 9 B 0 D FA 1C 53
Octal 312 306 337 11 13 0 15 372 34 123
Binary 11001010 11000110 11011111 1001 1011 0 1101 11111010 11100 1010011

Color Harmonies of #CAC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6DF

Black with #CAC6DF

Text Example


Text Example

White with #CAC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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