Html Css Color HEX #F1DDB8 Dutch White

📋 copy color: '#F1DDB8'

red 241 ◦ green 221 ◦ blue 184

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

Shades of Dutch White #F1DDB8

Tints of Dutch White #F1DDB8

RGB

 RED value IS 241 (94.53% from 255) = 37.31%

 GREEN value IS 221 (86.72% from 255) = 34.21%

 BLUE value IS 184 (72.27% from 255) = 28.48%

R = 37.31%
G = 34.21%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F1DDB8 (or 0xF1DDB8) is known color: Dutch White. HEX triplet: F1, DD and B8. RGB value is (241,221,184). Sum of RGB (Red+Green+Blue) = 241+221+184=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 184 (72.27% from 255 or 28.48% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDB8 is #0E2247. Grayscale: #DEDEDE. Windows color (decimal): -926280 or 12115441. OLE color: 12115441.

HSL color Cylindrical-coordinate representation of color #F1DDB8: hue angle of 38.95º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1DDB8 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 221 184 -
CMYK 0 0.08 0.24 0.05
HSL 38.95º 0.67% 0.83% -
HSV(B) 38.95º 0.24% 0.95% -
XYZ 70.78 73.87 55.88 -
YUV 222.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 241 221 184 0 0.08 0.24 0.05 38.95 0.67 0.83
Hex F1 DD B8 0 8 18 5 27 43 53
Octal 361 335 270 0 10 30 5 47 103 123
Binary 11110001 11011101 10111000 0 1000 11000 101 100111 1000011 1010011

Color Harmonies of #F1DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDB8

Black with #F1DDB8

Text Example


Text Example

White with #F1DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDB8; }

 p { color: rgb(241,221,184); }

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

background-color css

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

 a { background-color: rgb(241,221,184); }

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

border-color css

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

 span { border-color: rgb(241,221,184); }

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