Html Css Color HEX #D299C4 Lilac

📋 copy color: '#D299C4'

red 210 ◦ green 153 ◦ blue 196

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

Shades of Lilac #D299C4

Tints of Lilac #D299C4

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

 GREEN value IS 153 (60.16% from 255) = 27.37%

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 37.57%
G = 27.37%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D299C4 (or 0xD299C4) is known color: Lilac. HEX triplet: D2, 99 and C4. RGB value is (210,153,196). Sum of RGB (Red+Green+Blue) = 210+153+196=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C4 is #2D663B. Grayscale: #AEAEAE. Windows color (decimal): -2975292 or 12884434. OLE color: 12884434.

HSL color Cylindrical-coordinate representation of color #D299C4: hue angle of 314.74º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299C4 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 196 -
CMYK 0 0.27 0.07 0.18
HSL 314.74º 0.39% 0.71% -
HSV(B) 314.74º 0.27% 0.82% -
XYZ 47.93 40.47 57.51 -
YUV 174.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 210 153 196 0 0.27 0.07 0.18 314.74 0.39 0.71
Hex D2 99 C4 0 1B 7 12 13B 27 47
Octal 322 231 304 0 33 7 22 473 47 107
Binary 11010010 10011001 11000100 0 11011 111 10010 100111011 100111 1000111

Color Harmonies of #D299C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299C4

Black with #D299C4

Text Example


Text Example

White with #D299C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299C4; }

 p { color: rgb(210,153,196); }

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

background-color css

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

 a { background-color: rgb(210,153,196); }

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

border-color css

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

 span { border-color: rgb(210,153,196); }

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