Html Css Color HEX #EFDCBC Dutch White

📋 copy color: '#EFDCBC'

red 239 ◦ green 220 ◦ blue 188

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

Shades of Dutch White #EFDCBC

Tints of Dutch White #EFDCBC

RGB

 RED value IS 239 (93.75% from 255) = 36.94%

 GREEN value IS 220 (86.33% from 255) = 34%

 BLUE value IS 188 (73.83% from 255) = 29.06%

R = 36.94%
G = 34%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFDCBC (or 0xEFDCBC) is known color: Dutch White. HEX triplet: EF, DC and BC. RGB value is (239,220,188). Sum of RGB (Red+Green+Blue) = 239+220+188=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCBC is #102343. Grayscale: #DEDEDE. Windows color (decimal): -1057604 or 12377327. OLE color: 12377327.

HSL color Cylindrical-coordinate representation of color #EFDCBC: hue angle of 37.65º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDCBC is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 188 -
CMYK 0 0.08 0.21 0.06
HSL 37.65º 0.61% 0.84% -
HSV(B) 37.65º 0.21% 0.94% -
XYZ 70.27 73.17 58 -
YUV 222.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 239 220 188 0 0.08 0.21 0.06 37.65 0.61 0.84
Hex EF DC BC 0 8 15 6 26 3D 54
Octal 357 334 274 0 10 25 6 46 75 124
Binary 11101111 11011100 10111100 0 1000 10101 110 100110 111101 1010100

Color Harmonies of #EFDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCBC

Black with #EFDCBC

Text Example


Text Example

White with #EFDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCBC; }

 p { color: rgb(239,220,188); }

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

background-color css

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

 a { background-color: rgb(239,220,188); }

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

border-color css

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

 span { border-color: rgb(239,220,188); }

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