Html Css Color HEX #DDD8BE Coconut Cream

📋 copy color: '#DDD8BE'

red 221 ◦ green 216 ◦ blue 190

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

Shades of Coconut Cream #DDD8BE

Tints of Coconut Cream #DDD8BE

RGB

 RED value IS 221 (86.72% from 255) = 35.25%

 GREEN value IS 216 (84.77% from 255) = 34.45%

 BLUE value IS 190 (74.61% from 255) = 30.3%

R = 35.25%
G = 34.45%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDD8BE (or 0xDDD8BE) is known color: Coconut Cream. HEX triplet: DD, D8 and BE. RGB value is (221,216,190). Sum of RGB (Red+Green+Blue) = 221+216+190=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8BE is #222741. Grayscale: #D6D6D6. Windows color (decimal): -2238274 or 12507357. OLE color: 12507357.

HSL color Cylindrical-coordinate representation of color #DDD8BE: hue angle of 50.32º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD8BE is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 190 -
CMYK 0 0.02 0.14 0.13
HSL 50.32º 0.31% 0.81% -
HSV(B) 50.32º 0.14% 0.87% -
XYZ 63.67 68.2 58.52 -
YUV 214.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 221 216 190 0 0.02 0.14 0.13 50.32 0.31 0.81
Hex DD D8 BE 0 2 E D 32 1F 51
Octal 335 330 276 0 2 16 15 62 37 121
Binary 11011101 11011000 10111110 0 10 1110 1101 110010 11111 1010001

Color Harmonies of #DDD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD8BE

Black with #DDD8BE

Text Example


Text Example

White with #DDD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD8BE; }

 p { color: rgb(221,216,190); }

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

background-color css

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

 a { background-color: rgb(221,216,190); }

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

border-color css

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

 span { border-color: rgb(221,216,190); }

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