Html Css Color HEX #DDFE8D Reef

📋 copy color: '#DDFE8D'

red 221 ◦ green 254 ◦ blue 141

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

Shades of Reef #DDFE8D

Tints of Reef #DDFE8D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.23%

 BLUE value IS 141 (55.47% from 255) = 22.89%

R = 35.88%
G = 41.23%
B = 22.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#DDFE8D (or 0xDDFE8D) is known color: Reef. HEX triplet: DD, FE and 8D. RGB value is (221,254,141). Sum of RGB (Red+Green+Blue) = 221+254+141=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE8D is #220172. Grayscale: #E7E7E7. Windows color (decimal): -2228595 or 9305821. OLE color: 9305821.

HSL color Cylindrical-coordinate representation of color #DDFE8D: hue angle of 77.52º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDFE8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 141 -
CMYK 0.13 0 0.44 0.00
HSL 77.52º 0.98% 0.77% -
HSV(B) 77.52º 0.44% 1% -
XYZ 70.07 88.18 38.53 -
YUV 231.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 221 254 141 0.13 0 0.44 0.00 77.52 0.98 0.77
Hex DD FE 8D D 0 2C 0 4E 62 4D
Octal 335 376 215 15 0 54 0 116 142 115
Binary 11011101 11111110 10001101 1101 0 101100 0 1001110 1100010 1001101

Color Harmonies of #DDFE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE8D

Black with #DDFE8D

Text Example


Text Example

White with #DDFE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE8D; }

 p { color: rgb(221,254,141); }

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

background-color css

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

 a { background-color: rgb(221,254,141); }

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

border-color css

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

 span { border-color: rgb(221,254,141); }

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