Html Css Color HEX #DDF995 Reef

📋 copy color: '#DDF995'

red 221 ◦ green 249 ◦ blue 149

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

Shades of Reef #DDF995

Tints of Reef #DDF995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.07%

R = 35.7%
G = 40.23%
B = 24.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DDF995 (or 0xDDF995) is known color: Reef. HEX triplet: DD, F9 and 95. RGB value is (221,249,149). Sum of RGB (Red+Green+Blue) = 221+249+149=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF995 is #22066A. Grayscale: #E5E5E5. Windows color (decimal): -2229867 or 9828829. OLE color: 9828829.

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

Color convert

RGB 221 249 149 -
CMYK 0.11 0 0.40 0.02
HSL 76.8º 0.89% 0.78% -
HSV(B) 76.8º 0.4% 0.98% -
XYZ 69.12 85.29 41.25 -
YUV 229.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 221 249 149 0.11 0 0.40 0.02 76.8 0.89 0.78
Hex DD F9 95 B 0 28 2 4D 59 4E
Octal 335 371 225 13 0 50 2 115 131 116
Binary 11011101 11111001 10010101 1011 0 101000 10 1001101 1011001 1001110

Color Harmonies of #DDF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF995

Black with #DDF995

Text Example


Text Example

White with #DDF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF995; }

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

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

background-color css

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

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

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

border-color css

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

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

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