Html Css Color HEX #CAC1DF Melrose

📋 copy color: '#CAC1DF'

red 202 ◦ green 193 ◦ blue 223

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

Shades of Melrose #CAC1DF

Tints of Melrose #CAC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.23%

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

R = 32.69%
G = 31.23%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAC1DF (or 0xCAC1DF) is known color: Melrose. HEX triplet: CA, C1 and DF. RGB value is (202,193,223). Sum of RGB (Red+Green+Blue) = 202+193+223=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1DF is #353E20. Grayscale: #C6C6C6. Windows color (decimal): -3489313 or 14664138. OLE color: 14664138.

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

Color convert

RGB 202 193 223 -
CMYK 0.09 0.13 0 0.13
HSL 258º 0.32% 0.82% -
HSV(B) 258º 0.13% 0.87% -
XYZ 56.75 56.02 77.63 -
YUV 199.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 202 193 223 0.09 0.13 0 0.13 258 0.32 0.82
Hex CA C1 DF 9 D 0 D 102 20 52
Octal 312 301 337 11 15 0 15 402 40 122
Binary 11001010 11000001 11011111 1001 1101 0 1101 100000010 100000 1010010

Color Harmonies of #CAC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1DF

Black with #CAC1DF

Text Example


Text Example

White with #CAC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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