Html Css Color HEX #CC98B3 Lily

📋 copy color: '#CC98B3'

red 204 ◦ green 152 ◦ blue 179

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

Shades of Lily #CC98B3

Tints of Lily #CC98B3

RGB

 RED value IS 204 (80.08% from 255) = 38.13%

 GREEN value IS 152 (59.77% from 255) = 28.41%

 BLUE value IS 179 (70.31% from 255) = 33.46%

R = 38.13%
G = 28.41%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC98B3 (or 0xCC98B3) is known color: Lily. HEX triplet: CC, 98 and B3. RGB value is (204,152,179). Sum of RGB (Red+Green+Blue) = 204+152+179=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98B3 is #33674C. Grayscale: #AAAAAA. Windows color (decimal): -3368781 or 11770060. OLE color: 11770060.

HSL color Cylindrical-coordinate representation of color #CC98B3: hue angle of 328.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98B3 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 179 -
CMYK 0 0.25 0.12 0.2
HSL 328.85º 0.34% 0.7% -
HSV(B) 328.85º 0.25% 0.8% -
XYZ 44.27 38.55 47.76 -
YUV 170.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 204 152 179 0 0.25 0.12 0.2 328.85 0.34 0.7
Hex CC 98 B3 0 19 C 14 149 22 46
Octal 314 230 263 0 31 14 24 511 42 106
Binary 11001100 10011000 10110011 0 11001 1100 10100 101001001 100010 1000110

Color Harmonies of #CC98B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98B3

Black with #CC98B3

Text Example


Text Example

White with #CC98B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98B3; }

 p { color: rgb(204,152,179); }

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

background-color css

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

 a { background-color: rgb(204,152,179); }

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

border-color css

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

 span { border-color: rgb(204,152,179); }

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