Html Css Color HEX #CF9EB2 Lily

📋 copy color: '#CF9EB2'

red 207 ◦ green 158 ◦ blue 178

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

Shades of Lily #CF9EB2

Tints of Lily #CF9EB2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.1%

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 38.12%
G = 29.1%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF9EB2 (or 0xCF9EB2) is known color: Lily. HEX triplet: CF, 9E and B2. RGB value is (207,158,178). Sum of RGB (Red+Green+Blue) = 207+158+178=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9EB2 is #30614D. Grayscale: #AEAEAE. Windows color (decimal): -3170638 or 11706063. OLE color: 11706063.

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

Color convert

RGB 207 158 178 -
CMYK 0 0.24 0.14 0.19
HSL 335.51º 0.34% 0.72% -
HSV(B) 335.51º 0.24% 0.81% -
XYZ 45.99 40.93 47.6 -
YUV 174.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 207 158 178 0 0.24 0.14 0.19 335.51 0.34 0.72
Hex CF 9E B2 0 18 E 13 150 22 48
Octal 317 236 262 0 30 16 23 520 42 110
Binary 11001111 10011110 10110010 0 11000 1110 10011 101010000 100010 1001000

Color Harmonies of #CF9EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EB2

Black with #CF9EB2

Text Example


Text Example

White with #CF9EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EB2; }

 p { color: rgb(207,158,178); }

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

background-color css

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

 a { background-color: rgb(207,158,178); }

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

border-color css

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

 span { border-color: rgb(207,158,178); }

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