Html Css Color HEX #DDF994 Reef

📋 copy color: '#DDF994'

red 221 ◦ green 249 ◦ blue 148

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

Shades of Reef #DDF994

Tints of Reef #DDF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.29%

 BLUE value IS 148 (58.2% from 255) = 23.95%

R = 35.76%
G = 40.29%
B = 23.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DDF994 (or 0xDDF994) is known color: Reef. HEX triplet: DD, F9 and 94. RGB value is (221,249,148). Sum of RGB (Red+Green+Blue) = 221+249+148=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF994 is #22066B. Grayscale: #E5E5E5. Windows color (decimal): -2229868 or 9763293. OLE color: 9763293.

HSL color Cylindrical-coordinate representation of color #DDF994: hue angle of 76.63º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDF994 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 148 -
CMYK 0.11 0 0.41 0.02
HSL 76.63º 0.89% 0.78% -
HSV(B) 76.63º 0.41% 0.98% -
XYZ 69.04 85.26 40.84 -
YUV 229.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 221 249 148 0.11 0 0.41 0.02 76.63 0.89 0.78
Hex DD F9 94 B 0 29 2 4D 59 4E
Octal 335 371 224 13 0 51 2 115 131 116
Binary 11011101 11111001 10010100 1011 0 101001 10 1001101 1011001 1001110

Color Harmonies of #DDF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF994

Black with #DDF994

Text Example


Text Example

White with #DDF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF994; }

 p { color: rgb(221,249,148); }

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

background-color css

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

 a { background-color: rgb(221,249,148); }

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

border-color css

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

 span { border-color: rgb(221,249,148); }

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