Html Css Color HEX #DDF896 Reef

📋 copy color: '#DDF896'

red 221 ◦ green 248 ◦ blue 150

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

Shades of Reef #DDF896

Tints of Reef #DDF896

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.06%

 BLUE value IS 150 (58.98% from 255) = 24.23%

R = 35.7%
G = 40.06%
B = 24.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#DDF896 (or 0xDDF896) is known color: Reef. HEX triplet: DD, F8 and 96. RGB value is (221,248,150). Sum of RGB (Red+Green+Blue) = 221+248+150=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF896 is #220769. Grayscale: #E5E5E5. Windows color (decimal): -2230122 or 9894109. OLE color: 9894109.

HSL color Cylindrical-coordinate representation of color #DDF896: hue angle of 76.53º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF896 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 150 -
CMYK 0.11 0 0.40 0.03
HSL 76.53º 0.88% 0.78% -
HSV(B) 76.53º 0.4% 0.97% -
XYZ 68.89 84.71 41.57 -
YUV 228.76 83.55 122.47 -
System Red Green Blue C M Y K H S L
Decimal 221 248 150 0.11 0 0.40 0.03 76.53 0.88 0.78
Hex DD F8 96 B 0 28 3 4D 58 4E
Octal 335 370 226 13 0 50 3 115 130 116
Binary 11011101 11111000 10010110 1011 0 101000 11 1001101 1011000 1001110

Color Harmonies of #DDF896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF896

Black with #DDF896

Text Example


Text Example

White with #DDF896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF896; }

 p { color: rgb(221,248,150); }

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

background-color css

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

 a { background-color: rgb(221,248,150); }

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

border-color css

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

 span { border-color: rgb(221,248,150); }

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