Html Css Color HEX #DDEAA1 Reef

📋 copy color: '#DDEAA1'

red 221 ◦ green 234 ◦ blue 161

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

Shades of Reef #DDEAA1

Tints of Reef #DDEAA1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.99%

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

R = 35.88%
G = 37.99%
B = 26.14%

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

#DDEAA1 (or 0xDDEAA1) is known color: Reef. HEX triplet: DD, EA and A1. RGB value is (221,234,161). Sum of RGB (Red+Green+Blue) = 221+234+161=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAA1 is #22155E. Grayscale: #DEDEDE. Windows color (decimal): -2233695 or 10611421. OLE color: 10611421.

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

Color convert

RGB 221 234 161 -
CMYK 0.06 0 0.31 0.08
HSL 70.68º 0.63% 0.77% -
HSV(B) 70.68º 0.31% 0.92% -
XYZ 65.67 76.79 45.08 -
YUV 221.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 221 234 161 0.06 0 0.31 0.08 70.68 0.63 0.77
Hex DD EA A1 6 0 1F 8 47 3F 4D
Octal 335 352 241 6 0 37 10 107 77 115
Binary 11011101 11101010 10100001 110 0 11111 1000 1000111 111111 1001101

Color Harmonies of #DDEAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAA1

Black with #DDEAA1

Text Example


Text Example

White with #DDEAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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