Html Css Color HEX #CAC3EE Melrose

📋 copy color: '#CAC3EE'

red 202 ◦ green 195 ◦ blue 238

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

Shades of Melrose #CAC3EE

Tints of Melrose #CAC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.71%

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 31.81%
G = 30.71%
B = 37.48%

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

#CAC3EE (or 0xCAC3EE) is known color: Melrose. HEX triplet: CA, C3 and EE. RGB value is (202,195,238). Sum of RGB (Red+Green+Blue) = 202+195+238=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3EE is #353C11. Grayscale: #C9C9C9. Windows color (decimal): -3488786 or 15647690. OLE color: 15647690.

HSL color Cylindrical-coordinate representation of color #CAC3EE: hue angle of 249.77º degrees, saturation: 0.56, 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 #CAC3EE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 195 238 -
CMYK 0.15 0.18 0 0.07
HSL 249.77º 0.56% 0.85% -
HSV(B) 249.77º 0.18% 0.93% -
XYZ 59.3 57.76 88.91 -
YUV 202 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 202 195 238 0.15 0.18 0 0.07 249.77 0.56 0.85
Hex CA C3 EE F 12 0 7 FA 38 55
Octal 312 303 356 17 22 0 7 372 70 125
Binary 11001010 11000011 11101110 1111 10010 0 111 11111010 111000 1010101

Color Harmonies of #CAC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC3EE

Black with #CAC3EE

Text Example


Text Example

White with #CAC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC3EE; }

 p { color: rgb(202,195,238); }

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

background-color css

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

 a { background-color: rgb(202,195,238); }

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

border-color css

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

 span { border-color: rgb(202,195,238); }

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