Html Css Color HEX #D9C2C4 Pink Flare

📋 copy color: '#D9C2C4'

red 217 ◦ green 194 ◦ blue 196

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

Shades of Pink Flare #D9C2C4

Tints of Pink Flare #D9C2C4

RGB

 RED value IS 217 (85.16% from 255) = 35.75%

 GREEN value IS 194 (76.17% from 255) = 31.96%

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

R = 35.75%
G = 31.96%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D9C2C4 (or 0xD9C2C4) is known color: Pink Flare. HEX triplet: D9, C2 and C4. RGB value is (217,194,196). Sum of RGB (Red+Green+Blue) = 217+194+196=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2C4 is #263D3B. Grayscale: #C9C9C9. Windows color (decimal): -2506044 or 12894937. OLE color: 12894937.

HSL color Cylindrical-coordinate representation of color #D9C2C4: hue angle of 354.78º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C2C4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 194 196 -
CMYK 0 0.11 0.10 0.15
HSL 354.78º 0.23% 0.81% -
HSV(B) 354.78º 0.11% 0.85% -
XYZ 57.87 57.32 60.24 -
YUV 201.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 217 194 196 0 0.11 0.10 0.15 354.78 0.23 0.81
Hex D9 C2 C4 0 B A F 163 17 51
Octal 331 302 304 0 13 12 17 543 27 121
Binary 11011001 11000010 11000100 0 1011 1010 1111 101100011 10111 1010001

Color Harmonies of #D9C2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C2C4

Black with #D9C2C4

Text Example


Text Example

White with #D9C2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C2C4; }

 p { color: rgb(217,194,196); }

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

background-color css

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

 a { background-color: rgb(217,194,196); }

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

border-color css

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

 span { border-color: rgb(217,194,196); }

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