Html Css Color HEX #DDFA8E Reef

📋 copy color: '#DDFA8E'

red 221 ◦ green 250 ◦ blue 142

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

Shades of Reef #DDFA8E

Tints of Reef #DDFA8E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.78%

 BLUE value IS 142 (55.86% from 255) = 23.16%

R = 36.05%
G = 40.78%
B = 23.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DDFA8E (or 0xDDFA8E) is known color: Reef. HEX triplet: DD, FA and 8E. RGB value is (221,250,142). Sum of RGB (Red+Green+Blue) = 221+250+142=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA8E is #220571. Grayscale: #E5E5E5. Windows color (decimal): -2229618 or 9370333. OLE color: 9370333.

HSL color Cylindrical-coordinate representation of color #DDFA8E: hue angle of 76.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDFA8E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 142 -
CMYK 0.12 0 0.43 0.02
HSL 76.11º 0.92% 0.77% -
HSV(B) 76.11º 0.43% 0.98% -
XYZ 68.89 85.7 38.5 -
YUV 229.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 221 250 142 0.12 0 0.43 0.02 76.11 0.92 0.77
Hex DD FA 8E C 0 2B 2 4C 5C 4D
Octal 335 372 216 14 0 53 2 114 134 115
Binary 11011101 11111010 10001110 1100 0 101011 10 1001100 1011100 1001101

Color Harmonies of #DDFA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFA8E

Black with #DDFA8E

Text Example


Text Example

White with #DDFA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFA8E; }

 p { color: rgb(221,250,142); }

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

background-color css

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

 a { background-color: rgb(221,250,142); }

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

border-color css

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

 span { border-color: rgb(221,250,142); }

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