Html Css Color HEX #CC8DBE Lily

📋 copy color: '#CC8DBE'

red 204 ◦ green 141 ◦ blue 190

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

Shades of Lily #CC8DBE

Tints of Lily #CC8DBE

RGB

 RED value IS 204 (80.08% from 255) = 38.13%

 GREEN value IS 141 (55.47% from 255) = 26.36%

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 38.13%
G = 26.36%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC8DBE (or 0xCC8DBE) is known color: Lily. HEX triplet: CC, 8D and BE. RGB value is (204,141,190). Sum of RGB (Red+Green+Blue) = 204+141+190=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DBE is #337241. Grayscale: #A5A5A5. Windows color (decimal): -3371586 or 12488140. OLE color: 12488140.

HSL color Cylindrical-coordinate representation of color #CC8DBE: hue angle of 313.33º degrees, saturation: 0.38, 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 #CC8DBE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 141 190 -
CMYK 0 0.31 0.07 0.2
HSL 313.33º 0.38% 0.68% -
HSV(B) 313.33º 0.31% 0.8% -
XYZ 43.72 35.6 53.28 -
YUV 165.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 204 141 190 0 0.31 0.07 0.2 313.33 0.38 0.68
Hex CC 8D BE 0 1F 7 14 139 26 44
Octal 314 215 276 0 37 7 24 471 46 104
Binary 11001100 10001101 10111110 0 11111 111 10100 100111001 100110 1000100

Color Harmonies of #CC8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DBE

Black with #CC8DBE

Text Example


Text Example

White with #CC8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DBE; }

 p { color: rgb(204,141,190); }

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

background-color css

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

 a { background-color: rgb(204,141,190); }

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

border-color css

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

 span { border-color: rgb(204,141,190); }

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