Html Css Color HEX #CF90BE Lily

📋 copy color: '#CF90BE'

red 207 ◦ green 144 ◦ blue 190

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

Shades of Lily #CF90BE

Tints of Lily #CF90BE

RGB

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

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

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

R = 38.26%
G = 26.62%
B = 35.12%

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

#CF90BE (or 0xCF90BE) is known color: Lily. HEX triplet: CF, 90 and BE. RGB value is (207,144,190). Sum of RGB (Red+Green+Blue) = 207+144+190=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90BE is #306F41. Grayscale: #A7A7A7. Windows color (decimal): -3174210 or 12488911. OLE color: 12488911.

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

Color convert

RGB 207 144 190 -
CMYK 0 0.30 0.08 0.19
HSL 316.19º 0.4% 0.69% -
HSV(B) 316.19º 0.3% 0.81% -
XYZ 45 36.93 53.47 -
YUV 168.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 207 144 190 0 0.30 0.08 0.19 316.19 0.4 0.69
Hex CF 90 BE 0 1E 8 13 13C 28 45
Octal 317 220 276 0 36 10 23 474 50 105
Binary 11001111 10010000 10111110 0 11110 1000 10011 100111100 101000 1000101

Color Harmonies of #CF90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF90BE

Black with #CF90BE

Text Example


Text Example

White with #CF90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF90BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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