Html Css Color HEX #C69DBB Lily

📋 copy color: '#C69DBB'

red 198 ◦ green 157 ◦ blue 187

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

Shades of Lily #C69DBB

Tints of Lily #C69DBB

RGB

 RED value IS 198 (77.73% from 255) = 36.53%

 GREEN value IS 157 (61.72% from 255) = 28.97%

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

R = 36.53%
G = 28.97%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C69DBB (or 0xC69DBB) is known color: Lily. HEX triplet: C6, 9D and BB. RGB value is (198,157,187). Sum of RGB (Red+Green+Blue) = 198+157+187=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DBB is #396244. Grayscale: #ACACAC. Windows color (decimal): -3760709 or 12295622. OLE color: 12295622.

HSL color Cylindrical-coordinate representation of color #C69DBB: hue angle of 316.1º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DBB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 157 187 -
CMYK 0 0.21 0.06 0.22
HSL 316.1º 0.26% 0.7% -
HSV(B) 316.1º 0.21% 0.78% -
XYZ 44.32 39.71 52.34 -
YUV 172.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 198 157 187 0 0.21 0.06 0.22 316.1 0.26 0.7
Hex C6 9D BB 0 15 6 16 13C 1A 46
Octal 306 235 273 0 25 6 26 474 32 106
Binary 11000110 10011101 10111011 0 10101 110 10110 100111100 11010 1000110

Color Harmonies of #C69DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DBB

Black with #C69DBB

Text Example


Text Example

White with #C69DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DBB; }

 p { color: rgb(198,157,187); }

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

background-color css

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

 a { background-color: rgb(198,157,187); }

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

border-color css

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

 span { border-color: rgb(198,157,187); }

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