Html Css Color HEX #CDA8B8 Lily

📋 copy color: '#CDA8B8'

red 205 ◦ green 168 ◦ blue 184

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

Shades of Lily #CDA8B8

Tints of Lily #CDA8B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.03%

R = 36.8%
G = 30.16%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CDA8B8 (or 0xCDA8B8) is known color: Lily. HEX triplet: CD, A8 and B8. RGB value is (205,168,184). Sum of RGB (Red+Green+Blue) = 205+168+184=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8B8 is #325747. Grayscale: #B4B4B4. Windows color (decimal): -3299144 or 12101837. OLE color: 12101837.

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

Color convert

RGB 205 168 184 -
CMYK 0 0.18 0.10 0.20
HSL 334.05º 0.27% 0.73% -
HSV(B) 334.05º 0.18% 0.8% -
XYZ 47.83 44.45 51.41 -
YUV 180.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 205 168 184 0 0.18 0.10 0.20 334.05 0.27 0.73
Hex CD A8 B8 0 12 A 14 14E 1B 49
Octal 315 250 270 0 22 12 24 516 33 111
Binary 11001101 10101000 10111000 0 10010 1010 10100 101001110 11011 1001001

Color Harmonies of #CDA8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA8B8

Black with #CDA8B8

Text Example


Text Example

White with #CDA8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA8B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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