Html Css Color HEX #CF98B4 Lily

📋 copy color: '#CF98B4'

red 207 ◦ green 152 ◦ blue 180

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

Shades of Lily #CF98B4

Tints of Lily #CF98B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 38.4%
G = 28.2%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF98B4 (or 0xCF98B4) is known color: Lily. HEX triplet: CF, 98 and B4. RGB value is (207,152,180). Sum of RGB (Red+Green+Blue) = 207+152+180=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98B4 is #30674B. Grayscale: #ABABAB. Windows color (decimal): -3172172 or 11835599. OLE color: 11835599.

HSL color Cylindrical-coordinate representation of color #CF98B4: hue angle of 329.45º 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 #CF98B4 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 152 180 -
CMYK 0 0.27 0.13 0.19
HSL 329.45º 0.36% 0.7% -
HSV(B) 329.45º 0.27% 0.81% -
XYZ 45.2 39.02 48.33 -
YUV 171.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 207 152 180 0 0.27 0.13 0.19 329.45 0.36 0.7
Hex CF 98 B4 0 1B D 13 149 24 46
Octal 317 230 264 0 33 15 23 511 44 106
Binary 11001111 10011000 10110100 0 11011 1101 10011 101001001 100100 1000110

Color Harmonies of #CF98B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98B4

Black with #CF98B4

Text Example


Text Example

White with #CF98B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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