Html Css Color HEX #CD8ABB Lily

📋 copy color: '#CD8ABB'

red 205 ◦ green 138 ◦ blue 187

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

Shades of Lily #CD8ABB

Tints of Lily #CD8ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.04%

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 38.68%
G = 26.04%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD8ABB (or 0xCD8ABB) is known color: Lily. HEX triplet: CD, 8A and BB. RGB value is (205,138,187). Sum of RGB (Red+Green+Blue) = 205+138+187=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ABB is #327544. Grayscale: #A3A3A3. Windows color (decimal): -3306821 or 12290765. OLE color: 12290765.

HSL color Cylindrical-coordinate representation of color #CD8ABB: hue angle of 316.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8ABB is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 138 187 -
CMYK 0 0.33 0.09 0.20
HSL 316.12º 0.4% 0.67% -
HSV(B) 316.12º 0.33% 0.8% -
XYZ 43.23 34.74 51.44 -
YUV 163.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 205 138 187 0 0.33 0.09 0.20 316.12 0.4 0.67
Hex CD 8A BB 0 21 9 14 13C 28 43
Octal 315 212 273 0 41 11 24 474 50 103
Binary 11001101 10001010 10111011 0 100001 1001 10100 100111100 101000 1000011

Color Harmonies of #CD8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8ABB

Black with #CD8ABB

Text Example


Text Example

White with #CD8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8ABB; }

 p { color: rgb(205,138,187); }

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

background-color css

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

 a { background-color: rgb(205,138,187); }

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

border-color css

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

 span { border-color: rgb(205,138,187); }

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