Html Css Color HEX #DDEDA2 Reef

📋 copy color: '#DDEDA2'

red 221 ◦ green 237 ◦ blue 162

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

Shades of Reef #DDEDA2

Tints of Reef #DDEDA2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.23%

 BLUE value IS 162 (63.67% from 255) = 26.13%

R = 35.65%
G = 38.23%
B = 26.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#DDEDA2 (or 0xDDEDA2) is known color: Reef. HEX triplet: DD, ED and A2. RGB value is (221,237,162). Sum of RGB (Red+Green+Blue) = 221+237+162=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDA2 is #22125D. Grayscale: #DFDFDF. Windows color (decimal): -2232926 or 10677725. OLE color: 10677725.

HSL color Cylindrical-coordinate representation of color #DDEDA2: hue angle of 72.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDEDA2 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 162 -
CMYK 0.07 0 0.32 0.07
HSL 72.8º 0.68% 0.78% -
HSV(B) 72.8º 0.32% 0.93% -
XYZ 66.62 78.55 45.83 -
YUV 223.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 221 237 162 0.07 0 0.32 0.07 72.8 0.68 0.78
Hex DD ED A2 7 0 20 7 49 44 4E
Octal 335 355 242 7 0 40 7 111 104 116
Binary 11011101 11101101 10100010 111 0 100000 111 1001001 1000100 1001110

Color Harmonies of #DDEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDA2

Black with #DDEDA2

Text Example


Text Example

White with #DDEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDA2; }

 p { color: rgb(221,237,162); }

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

background-color css

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

 a { background-color: rgb(221,237,162); }

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

border-color css

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

 span { border-color: rgb(221,237,162); }

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