Html Css Color HEX #CA9EBF Lily

📋 copy color: '#CA9EBF'

red 202 ◦ green 158 ◦ blue 191

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

Shades of Lily #CA9EBF

Tints of Lily #CA9EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.66%

R = 36.66%
G = 28.68%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA9EBF (or 0xCA9EBF) is known color: Lily. HEX triplet: CA, 9E and BF. RGB value is (202,158,191). Sum of RGB (Red+Green+Blue) = 202+158+191=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EBF is #356140. Grayscale: #AEAEAE. Windows color (decimal): -3498305 or 12558026. OLE color: 12558026.

HSL color Cylindrical-coordinate representation of color #CA9EBF: hue angle of 315º 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 #CA9EBF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 191 -
CMYK 0 0.22 0.05 0.21
HSL 315º 0.29% 0.71% -
HSV(B) 315º 0.22% 0.79% -
XYZ 45.99 40.77 54.74 -
YUV 174.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 202 158 191 0 0.22 0.05 0.21 315 0.29 0.71
Hex CA 9E BF 0 16 5 15 13B 1D 47
Octal 312 236 277 0 26 5 25 473 35 107
Binary 11001010 10011110 10111111 0 10110 101 10101 100111011 11101 1000111

Color Harmonies of #CA9EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EBF

Black with #CA9EBF

Text Example


Text Example

White with #CA9EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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