Html Css Color HEX #CD9DBB Lily

📋 copy color: '#CD9DBB'

red 205 ◦ green 157 ◦ blue 187

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

Shades of Lily #CD9DBB

Tints of Lily #CD9DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.6%

 BLUE value IS 187 (73.44% from 255) = 34.06%

R = 37.34%
G = 28.6%
B = 34.06%

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

#CD9DBB (or 0xCD9DBB) is known color: Lily. HEX triplet: CD, 9D and BB. RGB value is (205,157,187). Sum of RGB (Red+Green+Blue) = 205+157+187=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DBB is #326244. Grayscale: #AEAEAE. Windows color (decimal): -3301957 or 12295629. OLE color: 12295629.

HSL color Cylindrical-coordinate representation of color #CD9DBB: hue angle of 322.5º 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 #CD9DBB is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 157 187 -
CMYK 0 0.23 0.09 0.20
HSL 322.5º 0.32% 0.71% -
HSV(B) 322.5º 0.23% 0.8% -
XYZ 46.2 40.68 52.43 -
YUV 174.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 205 157 187 0 0.23 0.09 0.20 322.5 0.32 0.71
Hex CD 9D BB 0 17 9 14 142 20 47
Octal 315 235 273 0 27 11 24 502 40 107
Binary 11001101 10011101 10111011 0 10111 1001 10100 101000010 100000 1000111

Color Harmonies of #CD9DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9DBB

Black with #CD9DBB

Text Example


Text Example

White with #CD9DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9DBB; }

 p { color: rgb(205,157,187); }

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

background-color css

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

 a { background-color: rgb(205,157,187); }

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

border-color css

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

 span { border-color: rgb(205,157,187); }

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