Html Css Color HEX #FFDCD6 Pippin

📋 copy color: '#FFDCD6'

red 255 ◦ green 220 ◦ blue 214

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

Shades of Pippin #FFDCD6

Tints of Pippin #FFDCD6

RGB

 RED value IS 255 (100% from 255) = 37.01%

 GREEN value IS 220 (86.33% from 255) = 31.93%

 BLUE value IS 214 (83.98% from 255) = 31.06%

R = 37.01%
G = 31.93%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFDCD6 (or 0xFFDCD6) is known color: Pippin. HEX triplet: FF, DC and D6. RGB value is (255,220,214). Sum of RGB (Red+Green+Blue) = 255+220+214=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCD6 is #002329. Grayscale: #E5E5E5. Windows color (decimal): -9002 or 14081279. OLE color: 14081279.

HSL color Cylindrical-coordinate representation of color #FFDCD6: hue angle of 8.78º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFDCD6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 214 -
CMYK 0 0.14 0.16 0
HSL 8.78º 1% 0.92% -
HSV(B) 8.78º 0.16% 1% -
XYZ 78.97 77.3 74.38 -
YUV 229.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 255 220 214 0 0.14 0.16 0 8.78 1 0.92
Hex FF DC D6 0 E 10 0 9 64 5C
Octal 377 334 326 0 16 20 0 11 144 134
Binary 11111111 11011100 11010110 0 1110 10000 0 1001 1100100 1011100

Color Harmonies of #FFDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDCD6

Black with #FFDCD6

Text Example


Text Example

White with #FFDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDCD6; }

 p { color: rgb(255,220,214); }

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

background-color css

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

 a { background-color: rgb(255,220,214); }

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

border-color css

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

 span { border-color: rgb(255,220,214); }

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