Html Css Color HEX #CF98BE Lily

📋 copy color: '#CF98BE'

red 207 ◦ green 152 ◦ blue 190

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

Shades of Lily #CF98BE

Tints of Lily #CF98BE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.69%

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

R = 37.7%
G = 27.69%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF98BE (or 0xCF98BE) is known color: Lily. HEX triplet: CF, 98 and BE. RGB value is (207,152,190). Sum of RGB (Red+Green+Blue) = 207+152+190=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98BE is #306741. Grayscale: #ACACAC. Windows color (decimal): -3172162 or 12490959. OLE color: 12490959.

HSL color Cylindrical-coordinate representation of color #CF98BE: hue angle of 318.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF98BE is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 152 190 -
CMYK 0 0.27 0.08 0.19
HSL 318.55º 0.36% 0.7% -
HSV(B) 318.55º 0.27% 0.81% -
XYZ 46.25 39.44 53.89 -
YUV 172.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 207 152 190 0 0.27 0.08 0.19 318.55 0.36 0.7
Hex CF 98 BE 0 1B 8 13 13F 24 46
Octal 317 230 276 0 33 10 23 477 44 106
Binary 11001111 10011000 10111110 0 11011 1000 10011 100111111 100100 1000110

Color Harmonies of #CF98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98BE

Black with #CF98BE

Text Example


Text Example

White with #CF98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98BE; }

 p { color: rgb(207,152,190); }

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

background-color css

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

 a { background-color: rgb(207,152,190); }

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

border-color css

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

 span { border-color: rgb(207,152,190); }

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