Html Css Color HEX #CD9EBA Lily

📋 copy color: '#CD9EBA'

red 205 ◦ green 158 ◦ blue 186

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

Shades of Lily #CD9EBA

Tints of Lily #CD9EBA

RGB

 RED value IS 205 (80.47% from 255) = 37.34%

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

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 37.34%
G = 28.78%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD9EBA (or 0xCD9EBA) is known color: Lily. HEX triplet: CD, 9E and BA. RGB value is (205,158,186). Sum of RGB (Red+Green+Blue) = 205+158+186=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EBA is #326145. Grayscale: #AFAFAF. Windows color (decimal): -3301702 or 12230349. OLE color: 12230349.

HSL color Cylindrical-coordinate representation of color #CD9EBA: hue angle of 324.26º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9EBA is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 158 186 -
CMYK 0 0.23 0.09 0.20
HSL 324.26º 0.32% 0.71% -
HSV(B) 324.26º 0.23% 0.8% -
XYZ 46.27 40.98 51.93 -
YUV 175.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 205 158 186 0 0.23 0.09 0.20 324.26 0.32 0.71
Hex CD 9E BA 0 17 9 14 144 20 47
Octal 315 236 272 0 27 11 24 504 40 107
Binary 11001101 10011110 10111010 0 10111 1001 10100 101000100 100000 1000111

Color Harmonies of #CD9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9EBA

Black with #CD9EBA

Text Example


Text Example

White with #CD9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9EBA; }

 p { color: rgb(205,158,186); }

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

background-color css

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

 a { background-color: rgb(205,158,186); }

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

border-color css

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

 span { border-color: rgb(205,158,186); }

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