Html Css Color HEX #CF9DB5 Lily

📋 copy color: '#CF9DB5'

red 207 ◦ green 157 ◦ blue 181

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

Shades of Lily #CF9DB5

Tints of Lily #CF9DB5

RGB

 RED value IS 207 (81.25% from 255) = 37.98%

 GREEN value IS 157 (61.72% from 255) = 28.81%

 BLUE value IS 181 (71.09% from 255) = 33.21%

R = 37.98%
G = 28.81%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF9DB5 (or 0xCF9DB5) is known color: Lily. HEX triplet: CF, 9D and B5. RGB value is (207,157,181). Sum of RGB (Red+Green+Blue) = 207+157+181=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DB5 is #30624A. Grayscale: #AEAEAE. Windows color (decimal): -3170891 or 11902415. OLE color: 11902415.

HSL color Cylindrical-coordinate representation of color #CF9DB5: hue angle of 331.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DB5 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 157 181 -
CMYK 0 0.24 0.13 0.19
HSL 331.2º 0.34% 0.71% -
HSV(B) 331.2º 0.24% 0.81% -
XYZ 46.13 40.72 49.14 -
YUV 174.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 207 157 181 0 0.24 0.13 0.19 331.2 0.34 0.71
Hex CF 9D B5 0 18 D 13 14B 22 47
Octal 317 235 265 0 30 15 23 513 42 107
Binary 11001111 10011101 10110101 0 11000 1101 10011 101001011 100010 1000111

Color Harmonies of #CF9DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DB5

Black with #CF9DB5

Text Example


Text Example

White with #CF9DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DB5; }

 p { color: rgb(207,157,181); }

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

background-color css

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

 a { background-color: rgb(207,157,181); }

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

border-color css

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

 span { border-color: rgb(207,157,181); }

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