Html Css Color HEX #CAC4DF Melrose

📋 copy color: '#CAC4DF'

red 202 ◦ green 196 ◦ blue 223

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

Shades of Melrose #CAC4DF

Tints of Melrose #CAC4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.56%

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

R = 32.53%
G = 31.56%
B = 35.91%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAC4DF (or 0xCAC4DF) is known color: Melrose. HEX triplet: CA, C4 and DF. RGB value is (202,196,223). Sum of RGB (Red+Green+Blue) = 202+196+223=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4DF is #353B20. Grayscale: #C8C8C8. Windows color (decimal): -3488545 or 14664906. OLE color: 14664906.

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

Color convert

RGB 202 196 223 -
CMYK 0.09 0.12 0 0.13
HSL 253.33º 0.3% 0.82% -
HSV(B) 253.33º 0.12% 0.87% -
XYZ 57.42 57.36 77.86 -
YUV 200.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 202 196 223 0.09 0.12 0 0.13 253.33 0.3 0.82
Hex CA C4 DF 9 C 0 D FD 1E 52
Octal 312 304 337 11 14 0 15 375 36 122
Binary 11001010 11000100 11011111 1001 1100 0 1101 11111101 11110 1010010

Color Harmonies of #CAC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4DF

Black with #CAC4DF

Text Example


Text Example

White with #CAC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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