Html Css Color HEX #F2DDB9 Dutch White

📋 copy color: '#F2DDB9'

red 242 ◦ green 221 ◦ blue 185

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

Shades of Dutch White #F2DDB9

Tints of Dutch White #F2DDB9

RGB

 RED value IS 242 (94.92% from 255) = 37.35%

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

 BLUE value IS 185 (72.66% from 255) = 28.55%

R = 37.35%
G = 34.1%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F2DDB9 (or 0xF2DDB9) is known color: Dutch White. HEX triplet: F2, DD and B9. RGB value is (242,221,185). Sum of RGB (Red+Green+Blue) = 242+221+185=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDB9 is #0D2246. Grayscale: #DFDFDF. Windows color (decimal): -860743 or 12180978. OLE color: 12180978.

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

Color convert

RGB 242 221 185 -
CMYK 0 0.09 0.24 0.05
HSL 37.89º 0.69% 0.84% -
HSV(B) 37.89º 0.24% 0.95% -
XYZ 71.23 74.09 56.45 -
YUV 223.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 242 221 185 0 0.09 0.24 0.05 37.89 0.69 0.84
Hex F2 DD B9 0 9 18 5 26 45 54
Octal 362 335 271 0 11 30 5 46 105 124
Binary 11110010 11011101 10111001 0 1001 11000 101 100110 1000101 1010100

Color Harmonies of #F2DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDB9

Black with #F2DDB9

Text Example


Text Example

White with #F2DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDB9; }

 p { color: rgb(242,221,185); }

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

background-color css

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

 a { background-color: rgb(242,221,185); }

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

border-color css

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

 span { border-color: rgb(242,221,185); }

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