Html Css Color HEX #DDFE8F Reef

📋 copy color: '#DDFE8F'

red 221 ◦ green 254 ◦ blue 143

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

Shades of Reef #DDFE8F

Tints of Reef #DDFE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.14%

R = 35.76%
G = 41.1%
B = 23.14%

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

#DDFE8F (or 0xDDFE8F) is known color: Reef. HEX triplet: DD, FE and 8F. RGB value is (221,254,143). Sum of RGB (Red+Green+Blue) = 221+254+143=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 143 (56.25% from 255 or 23.14% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE8F is #220170. Grayscale: #E7E7E7. Windows color (decimal): -2228593 or 9436893. OLE color: 9436893.

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

Color convert

RGB 221 254 143 -
CMYK 0.13 0 0.44 0.00
HSL 77.84º 0.98% 0.78% -
HSV(B) 77.84º 0.44% 1% -
XYZ 70.22 88.24 39.32 -
YUV 231.48 78.07 120.53 -
System Red Green Blue C M Y K H S L
Decimal 221 254 143 0.13 0 0.44 0.00 77.84 0.98 0.78
Hex DD FE 8F D 0 2C 0 4E 62 4E
Octal 335 376 217 15 0 54 0 116 142 116
Binary 11011101 11111110 10001111 1101 0 101100 0 1001110 1100010 1001110

Color Harmonies of #DDFE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE8F

Black with #DDFE8F

Text Example


Text Example

White with #DDFE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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