Html Css Color HEX #CF8ABB Lily

📋 copy color: '#CF8ABB'

red 207 ◦ green 138 ◦ blue 187

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

Shades of Lily #CF8ABB

Tints of Lily #CF8ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.94%

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

R = 38.91%
G = 25.94%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF8ABB (or 0xCF8ABB) is known color: Lily. HEX triplet: CF, 8A and BB. RGB value is (207,138,187). Sum of RGB (Red+Green+Blue) = 207+138+187=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ABB is #307544. Grayscale: #A4A4A4. Windows color (decimal): -3175749 or 12290767. OLE color: 12290767.

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

Color convert

RGB 207 138 187 -
CMYK 0 0.33 0.10 0.19
HSL 317.39º 0.42% 0.68% -
HSV(B) 317.39º 0.33% 0.81% -
XYZ 43.79 35.03 51.47 -
YUV 164.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 207 138 187 0 0.33 0.10 0.19 317.39 0.42 0.68
Hex CF 8A BB 0 21 A 13 13D 2A 44
Octal 317 212 273 0 41 12 23 475 52 104
Binary 11001111 10001010 10111011 0 100001 1010 10011 100111101 101010 1000100

Color Harmonies of #CF8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8ABB

Black with #CF8ABB

Text Example


Text Example

White with #CF8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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