Html Css Color HEX #CF90B5 Lily

📋 copy color: '#CF90B5'

red 207 ◦ green 144 ◦ blue 181

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

Shades of Lily #CF90B5

Tints of Lily #CF90B5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.07%

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

R = 38.91%
G = 27.07%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF90B5 (or 0xCF90B5) is known color: Lily. HEX triplet: CF, 90 and B5. RGB value is (207,144,181). Sum of RGB (Red+Green+Blue) = 207+144+181=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90B5 is #306F4A. Grayscale: #A6A6A6. Windows color (decimal): -3174219 or 11899087. OLE color: 11899087.

HSL color Cylindrical-coordinate representation of color #CF90B5: hue angle of 324.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF90B5 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 144 181 -
CMYK 0 0.30 0.13 0.19
HSL 324.76º 0.4% 0.69% -
HSV(B) 324.76º 0.3% 0.81% -
XYZ 44.05 36.55 48.45 -
YUV 167.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 207 144 181 0 0.30 0.13 0.19 324.76 0.4 0.69
Hex CF 90 B5 0 1E D 13 145 28 45
Octal 317 220 265 0 36 15 23 505 50 105
Binary 11001111 10010000 10110101 0 11110 1101 10011 101000101 101000 1000101

Color Harmonies of #CF90B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF90B5

Black with #CF90B5

Text Example


Text Example

White with #CF90B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF90B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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