Html Css Color HEX #CF88BB Lily

📋 copy color: '#CF88BB'

red 207 ◦ green 136 ◦ blue 187

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

Shades of Lily #CF88BB

Tints of Lily #CF88BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.66%

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 39.06%
G = 25.66%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF88BB (or 0xCF88BB) is known color: Lily. HEX triplet: CF, 88 and BB. RGB value is (207,136,187). Sum of RGB (Red+Green+Blue) = 207+136+187=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BB is #307744. Grayscale: #A2A2A2. Windows color (decimal): -3176261 or 12290255. OLE color: 12290255.

HSL color Cylindrical-coordinate representation of color #CF88BB: hue angle of 316.9º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88BB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 187 -
CMYK 0 0.34 0.10 0.19
HSL 316.9º 0.43% 0.67% -
HSV(B) 316.9º 0.34% 0.81% -
XYZ 43.51 34.46 51.37 -
YUV 163.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 207 136 187 0 0.34 0.10 0.19 316.9 0.43 0.67
Hex CF 88 BB 0 22 A 13 13D 2B 43
Octal 317 210 273 0 42 12 23 475 53 103
Binary 11001111 10001000 10111011 0 100010 1010 10011 100111101 101011 1000011

Color Harmonies of #CF88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF88BB

Black with #CF88BB

Text Example


Text Example

White with #CF88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF88BB; }

 p { color: rgb(207,136,187); }

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

background-color css

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

 a { background-color: rgb(207,136,187); }

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

border-color css

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

 span { border-color: rgb(207,136,187); }

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