Html Css Color HEX #CF93B6 Lily

📋 copy color: '#CF93B6'

red 207 ◦ green 147 ◦ blue 182

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

Shades of Lily #CF93B6

Tints of Lily #CF93B6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.43%

 BLUE value IS 182 (71.48% from 255) = 33.96%

R = 38.62%
G = 27.43%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF93B6 (or 0xCF93B6) is known color: Lily. HEX triplet: CF, 93 and B6. RGB value is (207,147,182). Sum of RGB (Red+Green+Blue) = 207+147+182=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93B6 is #306C49. Grayscale: #A8A8A8. Windows color (decimal): -3173450 or 11965391. OLE color: 11965391.

HSL color Cylindrical-coordinate representation of color #CF93B6: hue angle of 325º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93B6 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 182 -
CMYK 0 0.29 0.12 0.19
HSL 325º 0.38% 0.69% -
HSV(B) 325º 0.29% 0.81% -
XYZ 44.61 37.51 49.15 -
YUV 168.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 207 147 182 0 0.29 0.12 0.19 325 0.38 0.69
Hex CF 93 B6 0 1D C 13 145 26 45
Octal 317 223 266 0 35 14 23 505 46 105
Binary 11001111 10010011 10110110 0 11101 1100 10011 101000101 100110 1000101

Color Harmonies of #CF93B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93B6

Black with #CF93B6

Text Example


Text Example

White with #CF93B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93B6; }

 p { color: rgb(207,147,182); }

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

background-color css

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

 a { background-color: rgb(207,147,182); }

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

border-color css

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

 span { border-color: rgb(207,147,182); }

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