Html Css Color HEX #CAC1E9 Melrose

📋 copy color: '#CAC1E9'

red 202 ◦ green 193 ◦ blue 233

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

Shades of Melrose #CAC1E9

Tints of Melrose #CAC1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.1%

R = 32.17%
G = 30.73%
B = 37.1%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CAC1E9 (or 0xCAC1E9) is known color: Melrose. HEX triplet: CA, C1 and E9. RGB value is (202,193,233). Sum of RGB (Red+Green+Blue) = 202+193+233=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAC1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1E9 is #353E16. Grayscale: #C8C8C8. Windows color (decimal): -3489303 or 15319498. OLE color: 15319498.

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

Color convert

RGB 202 193 233 -
CMYK 0.13 0.17 0 0.09
HSL 253.5º 0.48% 0.84% -
HSV(B) 253.5º 0.17% 0.91% -
XYZ 58.14 56.58 84.95 -
YUV 200.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 202 193 233 0.13 0.17 0 0.09 253.5 0.48 0.84
Hex CA C1 E9 D 11 0 9 FE 30 54
Octal 312 301 351 15 21 0 11 376 60 124
Binary 11001010 11000001 11101001 1101 10001 0 1001 11111110 110000 1010100

Color Harmonies of #CAC1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1E9

Black with #CAC1E9

Text Example


Text Example

White with #CAC1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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