Html Css Color HEX #CA9EBC Lily

📋 copy color: '#CA9EBC'

red 202 ◦ green 158 ◦ blue 188

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

Shades of Lily #CA9EBC

Tints of Lily #CA9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.83%

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 36.86%
G = 28.83%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA9EBC (or 0xCA9EBC) is known color: Lily. HEX triplet: CA, 9E and BC. RGB value is (202,158,188). Sum of RGB (Red+Green+Blue) = 202+158+188=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EBC is #356143. Grayscale: #AEAEAE. Windows color (decimal): -3498308 or 12361418. OLE color: 12361418.

HSL color Cylindrical-coordinate representation of color #CA9EBC: hue angle of 319.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9EBC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 188 -
CMYK 0 0.22 0.07 0.21
HSL 319.09º 0.29% 0.71% -
HSV(B) 319.09º 0.22% 0.79% -
XYZ 45.66 40.64 53.01 -
YUV 174.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 202 158 188 0 0.22 0.07 0.21 319.09 0.29 0.71
Hex CA 9E BC 0 16 7 15 13F 1D 47
Octal 312 236 274 0 26 7 25 477 35 107
Binary 11001010 10011110 10111100 0 10110 111 10101 100111111 11101 1000111

Color Harmonies of #CA9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EBC

Black with #CA9EBC

Text Example


Text Example

White with #CA9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EBC; }

 p { color: rgb(202,158,188); }

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

background-color css

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

 a { background-color: rgb(202,158,188); }

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

border-color css

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

 span { border-color: rgb(202,158,188); }

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