Html Css Color HEX #DED6B3 Coconut Cream

📋 copy color: '#DED6B3'

red 222 ◦ green 214 ◦ blue 179

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

Shades of Coconut Cream #DED6B3

Tints of Coconut Cream #DED6B3

RGB

 RED value IS 222 (87.11% from 255) = 36.1%

 GREEN value IS 214 (83.98% from 255) = 34.8%

 BLUE value IS 179 (70.31% from 255) = 29.11%

R = 36.1%
G = 34.8%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DED6B3 (or 0xDED6B3) is known color: Coconut Cream. HEX triplet: DE, D6 and B3. RGB value is (222,214,179). Sum of RGB (Red+Green+Blue) = 222+214+179=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6B3 is #21294C. Grayscale: #D4D4D4. Windows color (decimal): -2173261 or 11785950. OLE color: 11785950.

HSL color Cylindrical-coordinate representation of color #DED6B3: hue angle of 48.84º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DED6B3 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 179 -
CMYK 0 0.04 0.19 0.13
HSL 48.84º 0.39% 0.79% -
HSV(B) 48.84º 0.19% 0.87% -
XYZ 62.31 66.88 52.27 -
YUV 212.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 222 214 179 0 0.04 0.19 0.13 48.84 0.39 0.79
Hex DE D6 B3 0 4 13 D 31 27 4F
Octal 336 326 263 0 4 23 15 61 47 117
Binary 11011110 11010110 10110011 0 100 10011 1101 110001 100111 1001111

Color Harmonies of #DED6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED6B3

Black with #DED6B3

Text Example


Text Example

White with #DED6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED6B3; }

 p { color: rgb(222,214,179); }

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

background-color css

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

 a { background-color: rgb(222,214,179); }

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

border-color css

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

 span { border-color: rgb(222,214,179); }

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