Html Css Color HEX #CD98B2 Lily

📋 copy color: '#CD98B2'

red 205 ◦ green 152 ◦ blue 178

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

Shades of Lily #CD98B2

Tints of Lily #CD98B2

RGB

 RED value IS 205 (80.47% from 255) = 38.32%

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

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 38.32%
G = 28.41%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD98B2 (or 0xCD98B2) is known color: Lily. HEX triplet: CD, 98 and B2. RGB value is (205,152,178). Sum of RGB (Red+Green+Blue) = 205+152+178=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD98B2 is #32674D. Grayscale: #AAAAAA. Windows color (decimal): -3303246 or 11704525. OLE color: 11704525.

HSL color Cylindrical-coordinate representation of color #CD98B2: hue angle of 330.57º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD98B2 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 152 178 -
CMYK 0 0.26 0.13 0.20
HSL 330.57º 0.35% 0.7% -
HSV(B) 330.57º 0.26% 0.8% -
XYZ 44.44 38.65 47.24 -
YUV 170.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 205 152 178 0 0.26 0.13 0.20 330.57 0.35 0.7
Hex CD 98 B2 0 1A D 14 14B 23 46
Octal 315 230 262 0 32 15 24 513 43 106
Binary 11001101 10011000 10110010 0 11010 1101 10100 101001011 100011 1000110

Color Harmonies of #CD98B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD98B2

Black with #CD98B2

Text Example


Text Example

White with #CD98B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD98B2; }

 p { color: rgb(205,152,178); }

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

background-color css

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

 a { background-color: rgb(205,152,178); }

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

border-color css

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

 span { border-color: rgb(205,152,178); }

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