Html Css Color HEX #DDF29F Reef

📋 copy color: '#DDF29F'

red 221 ◦ green 242 ◦ blue 159

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

Shades of Reef #DDF29F

Tints of Reef #DDF29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.56%

R = 35.53%
G = 38.91%
B = 25.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#DDF29F (or 0xDDF29F) is known color: Reef. HEX triplet: DD, F2 and 9F. RGB value is (221,242,159). Sum of RGB (Red+Green+Blue) = 221+242+159=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF29F is #220D60. Grayscale: #E2E2E2. Windows color (decimal): -2231649 or 10482397. OLE color: 10482397.

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

Color convert

RGB 221 242 159 -
CMYK 0.09 0 0.34 0.05
HSL 75.18º 0.76% 0.79% -
HSV(B) 75.18º 0.34% 0.95% -
XYZ 67.83 81.38 44.93 -
YUV 226.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 221 242 159 0.09 0 0.34 0.05 75.18 0.76 0.79
Hex DD F2 9F 9 0 22 5 4B 4C 4F
Octal 335 362 237 11 0 42 5 113 114 117
Binary 11011101 11110010 10011111 1001 0 100010 101 1001011 1001100 1001111

Color Harmonies of #DDF29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF29F

Black with #DDF29F

Text Example


Text Example

White with #DDF29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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