Html Css Color HEX #CAC4E6 Melrose

📋 copy color: '#CAC4E6'

red 202 ◦ green 196 ◦ blue 230

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

Shades of Melrose #CAC4E6

Tints of Melrose #CAC4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.62%

R = 32.17%
G = 31.21%
B = 36.62%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAC4E6 (or 0xCAC4E6) is known color: Melrose. HEX triplet: CA, C4 and E6. RGB value is (202,196,230). Sum of RGB (Red+Green+Blue) = 202+196+230=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAC4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4E6 is #353B19. Grayscale: #C9C9C9. Windows color (decimal): -3488538 or 15123658. OLE color: 15123658.

HSL color Cylindrical-coordinate representation of color #CAC4E6: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC4E6 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 196 230 -
CMYK 0.12 0.15 0 0.10
HSL 250.59º 0.4% 0.84% -
HSV(B) 250.59º 0.15% 0.9% -
XYZ 58.38 57.75 82.93 -
YUV 201.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 202 196 230 0.12 0.15 0 0.10 250.59 0.4 0.84
Hex CA C4 E6 C F 0 A FB 28 54
Octal 312 304 346 14 17 0 12 373 50 124
Binary 11001010 11000100 11100110 1100 1111 0 1010 11111011 101000 1010100

Color Harmonies of #CAC4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4E6

Black with #CAC4E6

Text Example


Text Example

White with #CAC4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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