Html Css Color HEX #DDEBA0 Reef

📋 copy color: '#DDEBA0'

red 221 ◦ green 235 ◦ blue 160

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

Shades of Reef #DDEBA0

Tints of Reef #DDEBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.15%

 BLUE value IS 160 (62.89% from 255) = 25.97%

R = 35.88%
G = 38.15%
B = 25.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#DDEBA0 (or 0xDDEBA0) is known color: Reef. HEX triplet: DD, EB and A0. RGB value is (221,235,160). Sum of RGB (Red+Green+Blue) = 221+235+160=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBA0 is #22145F. Grayscale: #DEDEDE. Windows color (decimal): -2233440 or 10546141. OLE color: 10546141.

HSL color Cylindrical-coordinate representation of color #DDEBA0: hue angle of 71.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDEBA0 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 235 160 -
CMYK 0.06 0 0.32 0.08
HSL 71.2º 0.65% 0.77% -
HSV(B) 71.2º 0.32% 0.92% -
XYZ 65.87 77.33 44.71 -
YUV 222.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 221 235 160 0.06 0 0.32 0.08 71.2 0.65 0.77
Hex DD EB A0 6 0 20 8 47 41 4D
Octal 335 353 240 6 0 40 10 107 101 115
Binary 11011101 11101011 10100000 110 0 100000 1000 1000111 1000001 1001101

Color Harmonies of #DDEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBA0

Black with #DDEBA0

Text Example


Text Example

White with #DDEBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBA0; }

 p { color: rgb(221,235,160); }

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

background-color css

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

 a { background-color: rgb(221,235,160); }

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

border-color css

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

 span { border-color: rgb(221,235,160); }

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