#F2DEBB

Color #F2DEBB Dutch White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dutch White #F2DEBB

Tints of Dutch White #F2DEBB

Color information

#F2DEBB (or 0xF2DEBB) is unknown color: approx Dutch White. HEX triplet: F2, DE and BB. RGB value is (242,222,187). Sum of RGB (Red+Green+Blue) = 242+222+187=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEBB is #0D2144. Grayscale: #E0E0E0. Windows color (decimal): -860485 or 12312306. OLE color: 12312306.

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

Color convert

RGB242222187-
CMYK00.080.230.05
HSL38.18º67.9%84.12%-
HSV(B)38.18º22.73%94.9%-
XYZ71.7174.7157.65-
YUV223.99107.13140.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 187 (73.44% from 255) = 28.73%
R=37.17%
G=34.10%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222218700.080.230.0538.1867.984.12
HexF2DEBB08175264454
Octal36233627301027546104124
Binary111100101101111010111011010001011110110011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEBB; }

 p { color: rgb(242,222,187); }

 H1.HeaderClassName
 {
   color: #F2DEBB;
 }
 .AnyTagClassName
 {
   color: #F2DEBB;
 }
</style>
background-color css

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

 a { background-color: rgb(242,222,187); }

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

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

 span { border-color: rgb(242,222,187); }

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