Html Css Color HEX #CDA6B3 Lily

📋 copy color: '#CDA6B3'

red 205 ◦ green 166 ◦ blue 179

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

Shades of Lily #CDA6B3

Tints of Lily #CDA6B3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.18%

 BLUE value IS 179 (70.31% from 255) = 32.55%

R = 37.27%
G = 30.18%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CDA6B3 (or 0xCDA6B3) is known color: Lily. HEX triplet: CD, A6 and B3. RGB value is (205,166,179). Sum of RGB (Red+Green+Blue) = 205+166+179=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6B3 is #32594C. Grayscale: #B3B3B3. Windows color (decimal): -3299661 or 11773645. OLE color: 11773645.

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

Color convert

RGB 205 166 179 -
CMYK 0 0.19 0.13 0.20
HSL 340º 0.28% 0.73% -
HSV(B) 340º 0.19% 0.8% -
XYZ 46.95 43.51 48.57 -
YUV 179.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 205 166 179 0 0.19 0.13 0.20 340 0.28 0.73
Hex CD A6 B3 0 13 D 14 154 1C 49
Octal 315 246 263 0 23 15 24 524 34 111
Binary 11001101 10100110 10110011 0 10011 1101 10100 101010100 11100 1001001

Color Harmonies of #CDA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6B3

Black with #CDA6B3

Text Example


Text Example

White with #CDA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6B3; }

 p { color: rgb(205,166,179); }

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

background-color css

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

 a { background-color: rgb(205,166,179); }

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

border-color css

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

 span { border-color: rgb(205,166,179); }

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