Html Css Color HEX #CAC3ED Melrose

📋 copy color: '#CAC3ED'

red 202 ◦ green 195 ◦ blue 237

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

Shades of Melrose #CAC3ED

Tints of Melrose #CAC3ED

RGB

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

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

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

R = 31.86%
G = 30.76%
B = 37.38%

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

#CAC3ED (or 0xCAC3ED) is known color: Melrose. HEX triplet: CA, C3 and ED. RGB value is (202,195,237). Sum of RGB (Red+Green+Blue) = 202+195+237=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3ED is #353C12. Grayscale: #C9C9C9. Windows color (decimal): -3488787 or 15582154. OLE color: 15582154.

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

Color convert

RGB 202 195 237 -
CMYK 0.15 0.18 0 0.07
HSL 250º 0.54% 0.85% -
HSV(B) 250º 0.18% 0.93% -
XYZ 59.16 57.7 88.14 -
YUV 201.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 202 195 237 0.15 0.18 0 0.07 250 0.54 0.85
Hex CA C3 ED F 12 0 7 FA 36 55
Octal 312 303 355 17 22 0 7 372 66 125
Binary 11001010 11000011 11101101 1111 10010 0 111 11111010 110110 1010101

Color Harmonies of #CAC3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC3ED

Black with #CAC3ED

Text Example


Text Example

White with #CAC3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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