Html Css Color HEX #DDFF8D Reef

📋 copy color: '#DDFF8D'

red 221 ◦ green 255 ◦ blue 141

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

Shades of Reef #DDFF8D

Tints of Reef #DDFF8D

RGB

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

 GREEN value IS 255 (100% from 255) = 41.33%

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

R = 35.82%
G = 41.33%
B = 22.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#DDFF8D (or 0xDDFF8D) is known color: Reef. HEX triplet: DD, FF and 8D. RGB value is (221,255,141). Sum of RGB (Red+Green+Blue) = 221+255+141=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF8D is #220072. Grayscale: #E8E8E8. Windows color (decimal): -2228339 or 9306077. OLE color: 9306077.

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

Color convert

RGB 221 255 141 -
CMYK 0.13 0 0.45 0
HSL 77.89º 1% 0.78% -
HSV(B) 77.89º 0.45% 1% -
XYZ 70.39 88.82 38.63 -
YUV 231.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 221 255 141 0.13 0 0.45 0 77.89 1 0.78
Hex DD FF 8D D 0 2D 0 4E 64 4E
Octal 335 377 215 15 0 55 0 116 144 116
Binary 11011101 11111111 10001101 1101 0 101101 0 1001110 1100100 1001110

Color Harmonies of #DDFF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF8D

Black with #DDFF8D

Text Example


Text Example

White with #DDFF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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