Html Css Color HEX #DDF99B Reef

📋 copy color: '#DDF99B'

red 221 ◦ green 249 ◦ blue 155

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

Shades of Reef #DDF99B

Tints of Reef #DDF99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.8%

R = 35.36%
G = 39.84%
B = 24.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#DDF99B (or 0xDDF99B) is known color: Reef. HEX triplet: DD, F9 and 9B. RGB value is (221,249,155). Sum of RGB (Red+Green+Blue) = 221+249+155=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF99B is #220664. Grayscale: #E6E6E6. Windows color (decimal): -2229861 or 10222045. OLE color: 10222045.

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

Color convert

RGB 221 249 155 -
CMYK 0.11 0 0.38 0.02
HSL 77.87º 0.89% 0.79% -
HSV(B) 77.87º 0.38% 0.98% -
XYZ 69.61 85.49 43.84 -
YUV 229.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 221 249 155 0.11 0 0.38 0.02 77.87 0.89 0.79
Hex DD F9 9B B 0 26 2 4E 59 4F
Octal 335 371 233 13 0 46 2 116 131 117
Binary 11011101 11111001 10011011 1011 0 100110 10 1001110 1011001 1001111

Color Harmonies of #DDF99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF99B

Black with #DDF99B

Text Example


Text Example

White with #DDF99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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