#EFDFC1

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

Shades of Dutch White #EFDFC1

Tints of Dutch White #EFDFC1

Color information

#EFDFC1 (or 0xEFDFC1) is unknown color: approx Dutch White. HEX triplet: EF, DF and C1. RGB value is (239,223,193). Sum of RGB (Red+Green+Blue) = 239+223+193=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC1 is #10203E. Grayscale: #E0E0E0. Windows color (decimal): -1056831 or 12705775. OLE color: 12705775.

HSL color Cylindrical-coordinate representation of color #EFDFC1: hue angle of 39.13º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFDFC1 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239223193-
CMYK00.070.190.06
HSL39.13º58.97%84.71%-
HSV(B)39.13º19.25%93.73%-
XYZ71.6174.9861.15-
YUV224.36110.3138.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 193 (75.78% from 255) = 29.47%
R=36.49%
G=34.05%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922319300.070.190.0639.1358.9784.71
HexEFDFC107136273b55
Octal357337301072364773125
Binary1110111111011111110000010111100111101001111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFC1; }

 p { color: rgb(239,223,193); }

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

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

 a { background-color: rgb(239,223,193); }

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

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

 span { border-color: rgb(239,223,193); }

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