Html Css Color HEX #CAC4EA Melrose

📋 copy color: '#CAC4EA'

red 202 ◦ green 196 ◦ blue 234

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

Shades of Melrose #CAC4EA

Tints of Melrose #CAC4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 31.96%
G = 31.01%
B = 37.03%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAC4EA (or 0xCAC4EA) is known color: Melrose. HEX triplet: CA, C4 and EA. RGB value is (202,196,234). Sum of RGB (Red+Green+Blue) = 202+196+234=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4EA is #353B15. Grayscale: #C9C9C9. Windows color (decimal): -3488534 or 15385802. OLE color: 15385802.

HSL color Cylindrical-coordinate representation of color #CAC4EA: hue angle of 249.47º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC4EA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 196 234 -
CMYK 0.14 0.16 0 0.08
HSL 249.47º 0.48% 0.84% -
HSV(B) 249.47º 0.16% 0.92% -
XYZ 58.95 57.98 85.93 -
YUV 202.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 202 196 234 0.14 0.16 0 0.08 249.47 0.48 0.84
Hex CA C4 EA E 10 0 8 F9 30 54
Octal 312 304 352 16 20 0 10 371 60 124
Binary 11001010 11000100 11101010 1110 10000 0 1000 11111001 110000 1010100

Color Harmonies of #CAC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4EA

Black with #CAC4EA

Text Example


Text Example

White with #CAC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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