Html Css Color HEX #DDFB8E Reef

📋 copy color: '#DDFB8E'

red 221 ◦ green 251 ◦ blue 142

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

Shades of Reef #DDFB8E

Tints of Reef #DDFB8E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.88%

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

R = 35.99%
G = 40.88%
B = 23.13%

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

#DDFB8E (or 0xDDFB8E) is known color: Reef. HEX triplet: DD, FB and 8E. RGB value is (221,251,142). Sum of RGB (Red+Green+Blue) = 221+251+142=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB8E is #220471. Grayscale: #E6E6E6. Windows color (decimal): -2229362 or 9370589. OLE color: 9370589.

HSL color Cylindrical-coordinate representation of color #DDFB8E: hue angle of 76.51º degrees, saturation: 0.93, 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 #DDFB8E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 142 -
CMYK 0.12 0 0.43 0.02
HSL 76.51º 0.93% 0.77% -
HSV(B) 76.51º 0.43% 0.98% -
XYZ 69.2 86.32 38.61 -
YUV 229.6 78.56 121.86 -
System Red Green Blue C M Y K H S L
Decimal 221 251 142 0.12 0 0.43 0.02 76.51 0.93 0.77
Hex DD FB 8E C 0 2B 2 4D 5D 4D
Octal 335 373 216 14 0 53 2 115 135 115
Binary 11011101 11111011 10001110 1100 0 101011 10 1001101 1011101 1001101

Color Harmonies of #DDFB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB8E

Black with #DDFB8E

Text Example


Text Example

White with #DDFB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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