Html Css Color HEX #DDEBA1 Reef

📋 copy color: '#DDEBA1'

red 221 ◦ green 235 ◦ blue 161

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

Shades of Reef #DDEBA1

Tints of Reef #DDEBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.09%

R = 35.82%
G = 38.09%
B = 26.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#DDEBA1 (or 0xDDEBA1) is known color: Reef. HEX triplet: DD, EB and A1. RGB value is (221,235,161). Sum of RGB (Red+Green+Blue) = 221+235+161=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBA1 is #22145E. Grayscale: #DEDEDE. Windows color (decimal): -2233439 or 10611677. OLE color: 10611677.

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

Color convert

RGB 221 235 161 -
CMYK 0.06 0 0.31 0.08
HSL 71.35º 0.65% 0.78% -
HSV(B) 71.35º 0.31% 0.92% -
XYZ 65.96 77.36 45.17 -
YUV 222.38 93.36 127.02 -
System Red Green Blue C M Y K H S L
Decimal 221 235 161 0.06 0 0.31 0.08 71.35 0.65 0.78
Hex DD EB A1 6 0 1F 8 47 41 4E
Octal 335 353 241 6 0 37 10 107 101 116
Binary 11011101 11101011 10100001 110 0 11111 1000 1000111 1000001 1001110

Color Harmonies of #DDEBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBA1

Black with #DDEBA1

Text Example


Text Example

White with #DDEBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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