Html Css Color HEX #DDF29D Reef

📋 copy color: '#DDF29D'

red 221 ◦ green 242 ◦ blue 157

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

Shades of Reef #DDF29D

Tints of Reef #DDF29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.32%

R = 35.65%
G = 39.03%
B = 25.32%

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

#DDF29D (or 0xDDF29D) is known color: Reef. HEX triplet: DD, F2 and 9D. RGB value is (221,242,157). Sum of RGB (Red+Green+Blue) = 221+242+157=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF29D is #220D62. Grayscale: #E2E2E2. Windows color (decimal): -2231651 or 10351325. OLE color: 10351325.

HSL color Cylindrical-coordinate representation of color #DDF29D: hue angle of 74.82º degrees, saturation: 0.77, 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 #DDF29D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 157 -
CMYK 0.09 0 0.35 0.05
HSL 74.82º 0.77% 0.78% -
HSV(B) 74.82º 0.35% 0.95% -
XYZ 67.66 81.31 44.03 -
YUV 226.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 221 242 157 0.09 0 0.35 0.05 74.82 0.77 0.78
Hex DD F2 9D 9 0 23 5 4B 4D 4E
Octal 335 362 235 11 0 43 5 113 115 116
Binary 11011101 11110010 10011101 1001 0 100011 101 1001011 1001101 1001110

Color Harmonies of #DDF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF29D

Black with #DDF29D

Text Example


Text Example

White with #DDF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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