Html Css Color HEX #CAC5DA Melrose

📋 copy color: '#CAC5DA'

red 202 ◦ green 197 ◦ blue 218

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

Shades of Melrose #CAC5DA

Tints of Melrose #CAC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.93%

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 32.74%
G = 31.93%
B = 35.33%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAC5DA (or 0xCAC5DA) is known color: Melrose. HEX triplet: CA, C5 and DA. RGB value is (202,197,218). Sum of RGB (Red+Green+Blue) = 202+197+218=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5DA is #353A25. Grayscale: #C8C8C8. Windows color (decimal): -3488294 or 14337482. OLE color: 14337482.

HSL color Cylindrical-coordinate representation of color #CAC5DA: hue angle of 254.29º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC5DA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 197 218 -
CMYK 0.07 0.10 0 0.15
HSL 254.29º 0.22% 0.81% -
HSV(B) 254.29º 0.1% 0.85% -
XYZ 56.98 57.55 74.44 -
YUV 200.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 202 197 218 0.07 0.10 0 0.15 254.29 0.22 0.81
Hex CA C5 DA 7 A 0 F FE 16 51
Octal 312 305 332 7 12 0 17 376 26 121
Binary 11001010 11000101 11011010 111 1010 0 1111 11111110 10110 1010001

Color Harmonies of #CAC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5DA

Black with #CAC5DA

Text Example


Text Example

White with #CAC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5DA; }

 p { color: rgb(202,197,218); }

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

background-color css

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

 a { background-color: rgb(202,197,218); }

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

border-color css

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

 span { border-color: rgb(202,197,218); }

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