Html Css Color HEX #CDA8B4 Lily

📋 copy color: '#CDA8B4'

red 205 ◦ green 168 ◦ blue 180

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

Shades of Lily #CDA8B4

Tints of Lily #CDA8B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.55%

R = 37.07%
G = 30.38%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CDA8B4 (or 0xCDA8B4) is known color: Lily. HEX triplet: CD, A8 and B4. RGB value is (205,168,180). Sum of RGB (Red+Green+Blue) = 205+168+180=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8B4 is #32574B. Grayscale: #B4B4B4. Windows color (decimal): -3299148 or 11839693. OLE color: 11839693.

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

Color convert

RGB 205 168 180 -
CMYK 0 0.18 0.12 0.20
HSL 340.54º 0.27% 0.73% -
HSV(B) 340.54º 0.18% 0.8% -
XYZ 47.42 44.28 49.23 -
YUV 180.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 205 168 180 0 0.18 0.12 0.20 340.54 0.27 0.73
Hex CD A8 B4 0 12 C 14 155 1B 49
Octal 315 250 264 0 22 14 24 525 33 111
Binary 11001101 10101000 10110100 0 10010 1100 10100 101010101 11011 1001001

Color Harmonies of #CDA8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA8B4

Black with #CDA8B4

Text Example


Text Example

White with #CDA8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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