Html Css Color HEX #CF90BF Lily

📋 copy color: '#CF90BF'

red 207 ◦ green 144 ◦ blue 191

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

Shades of Lily #CF90BF

Tints of Lily #CF90BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.24%

R = 38.19%
G = 26.57%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF90BF (or 0xCF90BF) is known color: Lily. HEX triplet: CF, 90 and BF. RGB value is (207,144,191). Sum of RGB (Red+Green+Blue) = 207+144+191=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90BF is #306F40. Grayscale: #A8A8A8. Windows color (decimal): -3174209 or 12554447. OLE color: 12554447.

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

Color convert

RGB 207 144 191 -
CMYK 0 0.30 0.08 0.19
HSL 315.24º 0.4% 0.69% -
HSV(B) 315.24º 0.3% 0.81% -
XYZ 45.11 36.97 54.05 -
YUV 168.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 207 144 191 0 0.30 0.08 0.19 315.24 0.4 0.69
Hex CF 90 BF 0 1E 8 13 13B 28 45
Octal 317 220 277 0 36 10 23 473 50 105
Binary 11001111 10010000 10111111 0 11110 1000 10011 100111011 101000 1000101

Color Harmonies of #CF90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF90BF

Black with #CF90BF

Text Example


Text Example

White with #CF90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF90BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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