Html Css Color HEX #CD8EBD Lily

📋 copy color: '#CD8EBD'

red 205 ◦ green 142 ◦ blue 189

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

Shades of Lily #CD8EBD

Tints of Lily #CD8EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 38.25%
G = 26.49%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CD8EBD (or 0xCD8EBD) is known color: Lily. HEX triplet: CD, 8E and BD. RGB value is (205,142,189). Sum of RGB (Red+Green+Blue) = 205+142+189=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EBD is #327142. Grayscale: #A6A6A6. Windows color (decimal): -3305795 or 12422861. OLE color: 12422861.

HSL color Cylindrical-coordinate representation of color #CD8EBD: hue angle of 315.24º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8EBD is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 142 189 -
CMYK 0 0.31 0.08 0.20
HSL 315.24º 0.39% 0.68% -
HSV(B) 315.24º 0.31% 0.8% -
XYZ 44.04 36 52.77 -
YUV 166.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 205 142 189 0 0.31 0.08 0.20 315.24 0.39 0.68
Hex CD 8E BD 0 1F 8 14 13B 27 44
Octal 315 216 275 0 37 10 24 473 47 104
Binary 11001101 10001110 10111101 0 11111 1000 10100 100111011 100111 1000100

Color Harmonies of #CD8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8EBD

Black with #CD8EBD

Text Example


Text Example

White with #CD8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8EBD; }

 p { color: rgb(205,142,189); }

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

background-color css

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

 a { background-color: rgb(205,142,189); }

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

border-color css

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

 span { border-color: rgb(205,142,189); }

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