Html Css Color HEX #DDF29E Reef

📋 copy color: '#DDF29E'

red 221 ◦ green 242 ◦ blue 158

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

Shades of Reef #DDF29E

Tints of Reef #DDF29E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.97%

 BLUE value IS 158 (62.11% from 255) = 25.44%

R = 35.59%
G = 38.97%
B = 25.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#DDF29E (or 0xDDF29E) is known color: Reef. HEX triplet: DD, F2 and 9E. RGB value is (221,242,158). Sum of RGB (Red+Green+Blue) = 221+242+158=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF29E is #220D61. Grayscale: #E2E2E2. Windows color (decimal): -2231650 or 10416861. OLE color: 10416861.

HSL color Cylindrical-coordinate representation of color #DDF29E: hue angle of 75º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDF29E is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 158 -
CMYK 0.09 0 0.35 0.05
HSL 75º 0.76% 0.78% -
HSV(B) 75º 0.35% 0.95% -
XYZ 67.74 81.35 44.48 -
YUV 226.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 221 242 158 0.09 0 0.35 0.05 75 0.76 0.78
Hex DD F2 9E 9 0 23 5 4B 4C 4E
Octal 335 362 236 11 0 43 5 113 114 116
Binary 11011101 11110010 10011110 1001 0 100011 101 1001011 1001100 1001110

Color Harmonies of #DDF29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF29E

Black with #DDF29E

Text Example


Text Example

White with #DDF29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF29E; }

 p { color: rgb(221,242,158); }

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

background-color css

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

 a { background-color: rgb(221,242,158); }

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

border-color css

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

 span { border-color: rgb(221,242,158); }

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