Html Css Color HEX #CAC1E0 Melrose

📋 copy color: '#CAC1E0'

red 202 ◦ green 193 ◦ blue 224

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

Shades of Melrose #CAC1E0

Tints of Melrose #CAC1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 32.63%
G = 31.18%
B = 36.19%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAC1E0 (or 0xCAC1E0) is known color: Melrose. HEX triplet: CA, C1 and E0. RGB value is (202,193,224). Sum of RGB (Red+Green+Blue) = 202+193+224=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAC1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1E0 is #353E1F. Grayscale: #C7C7C7. Windows color (decimal): -3489312 or 14729674. OLE color: 14729674.

HSL color Cylindrical-coordinate representation of color #CAC1E0: hue angle of 257.42º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC1E0 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 193 224 -
CMYK 0.10 0.14 0 0.12
HSL 257.42º 0.33% 0.82% -
HSV(B) 257.42º 0.14% 0.88% -
XYZ 56.88 56.08 78.35 -
YUV 199.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 202 193 224 0.10 0.14 0 0.12 257.42 0.33 0.82
Hex CA C1 E0 A E 0 C 101 21 52
Octal 312 301 340 12 16 0 14 401 41 122
Binary 11001010 11000001 11100000 1010 1110 0 1100 100000001 100001 1010010

Color Harmonies of #CAC1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1E0

Black with #CAC1E0

Text Example


Text Example

White with #CAC1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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