Html Css Color HEX #CDA8B7 Lily

📋 copy color: '#CDA8B7'

red 205 ◦ green 168 ◦ blue 183

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

Shades of Lily #CDA8B7

Tints of Lily #CDA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 36.87%
G = 30.22%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CDA8B7 (or 0xCDA8B7) is known color: Lily. HEX triplet: CD, A8 and B7. RGB value is (205,168,183). Sum of RGB (Red+Green+Blue) = 205+168+183=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8B7 is #325748. Grayscale: #B4B4B4. Windows color (decimal): -3299145 or 12036301. OLE color: 12036301.

HSL color Cylindrical-coordinate representation of color #CDA8B7: hue angle of 335.68º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA8B7 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 183 -
CMYK 0 0.18 0.11 0.20
HSL 335.68º 0.27% 0.73% -
HSV(B) 335.68º 0.18% 0.8% -
XYZ 47.73 44.4 50.85 -
YUV 180.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 205 168 183 0 0.18 0.11 0.20 335.68 0.27 0.73
Hex CD A8 B7 0 12 B 14 150 1B 49
Octal 315 250 267 0 22 13 24 520 33 111
Binary 11001101 10101000 10110111 0 10010 1011 10100 101010000 11011 1001001

Color Harmonies of #CDA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA8B7

Black with #CDA8B7

Text Example


Text Example

White with #CDA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA8B7; }

 p { color: rgb(205,168,183); }

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

background-color css

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

 a { background-color: rgb(205,168,183); }

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

border-color css

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

 span { border-color: rgb(205,168,183); }

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