Html Css Color HEX #CDA5B4 Lily

📋 copy color: '#CDA5B4'

red 205 ◦ green 165 ◦ blue 180

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

Shades of Lily #CDA5B4

Tints of Lily #CDA5B4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30%

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

R = 37.27%
G = 30%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CDA5B4 (or 0xCDA5B4) is known color: Lily. HEX triplet: CD, A5 and B4. RGB value is (205,165,180). Sum of RGB (Red+Green+Blue) = 205+165+180=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5B4 is #325A4B. Grayscale: #B2B2B2. Windows color (decimal): -3299916 or 11838925. OLE color: 11838925.

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

Color convert

RGB 205 165 180 -
CMYK 0 0.20 0.12 0.20
HSL 337.5º 0.29% 0.73% -
HSV(B) 337.5º 0.2% 0.8% -
XYZ 46.87 43.18 49.05 -
YUV 178.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 205 165 180 0 0.20 0.12 0.20 337.5 0.29 0.73
Hex CD A5 B4 0 14 C 14 152 1D 49
Octal 315 245 264 0 24 14 24 522 35 111
Binary 11001101 10100101 10110100 0 10100 1100 10100 101010010 11101 1001001

Color Harmonies of #CDA5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5B4

Black with #CDA5B4

Text Example


Text Example

White with #CDA5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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