Html Css Color HEX #CAC2ED Melrose

📋 copy color: '#CAC2ED'

red 202 ◦ green 194 ◦ blue 237

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

Shades of Melrose #CAC2ED

Tints of Melrose #CAC2ED

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.65%

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 31.91%
G = 30.65%
B = 37.44%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC2ED (or 0xCAC2ED) is known color: Melrose. HEX triplet: CA, C2 and ED. RGB value is (202,194,237). Sum of RGB (Red+Green+Blue) = 202+194+237=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2ED is #353D12. Grayscale: #C9C9C9. Windows color (decimal): -3489043 or 15581898. OLE color: 15581898.

HSL color Cylindrical-coordinate representation of color #CAC2ED: hue angle of 251.16º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC2ED is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 194 237 -
CMYK 0.15 0.18 0 0.07
HSL 251.16º 0.54% 0.85% -
HSV(B) 251.16º 0.18% 0.93% -
XYZ 58.93 57.25 88.07 -
YUV 201.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 202 194 237 0.15 0.18 0 0.07 251.16 0.54 0.85
Hex CA C2 ED F 12 0 7 FB 36 55
Octal 312 302 355 17 22 0 7 373 66 125
Binary 11001010 11000010 11101101 1111 10010 0 111 11111011 110110 1010101

Color Harmonies of #CAC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2ED

Black with #CAC2ED

Text Example


Text Example

White with #CAC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2ED; }

 p { color: rgb(202,194,237); }

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

background-color css

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

 a { background-color: rgb(202,194,237); }

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

border-color css

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

 span { border-color: rgb(202,194,237); }

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