Html Css Color HEX #FFDFD3 Pippin

📋 copy color: '#FFDFD3'

red 255 ◦ green 223 ◦ blue 211

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

Shades of Pippin #FFDFD3

Tints of Pippin #FFDFD3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.37%

 BLUE value IS 211 (82.81% from 255) = 30.62%

R = 37.01%
G = 32.37%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFDFD3 (or 0xFFDFD3) is known color: Pippin. HEX triplet: FF, DF and D3. RGB value is (255,223,211). Sum of RGB (Red+Green+Blue) = 255+223+211=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 211 (82.81% from 255 or 30.62% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD3 is #00202C. Grayscale: #E7E7E7. Windows color (decimal): -8237 or 13885439. OLE color: 13885439.

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

Color convert

RGB 255 223 211 -
CMYK 0 0.13 0.17 0
HSL 16.36º 1% 0.91% -
HSV(B) 16.36º 0.17% 1% -
XYZ 79.39 78.74 72.64 -
YUV 231.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 255 223 211 0 0.13 0.17 0 16.36 1 0.91
Hex FF DF D3 0 D 11 0 10 64 5B
Octal 377 337 323 0 15 21 0 20 144 133
Binary 11111111 11011111 11010011 0 1101 10001 0 10000 1100100 1011011

Color Harmonies of #FFDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDFD3

Black with #FFDFD3

Text Example


Text Example

White with #FFDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDFD3; }

 p { color: rgb(255,223,211); }

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

background-color css

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

 a { background-color: rgb(255,223,211); }

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

border-color css

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

 span { border-color: rgb(255,223,211); }

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