Html Css Color HEX #DDF49B Reef

📋 copy color: '#DDF49B'

red 221 ◦ green 244 ◦ blue 155

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

Shades of Reef #DDF49B

Tints of Reef #DDF49B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.35%

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

R = 35.65%
G = 39.35%
B = 25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#DDF49B (or 0xDDF49B) is known color: Reef. HEX triplet: DD, F4 and 9B. RGB value is (221,244,155). Sum of RGB (Red+Green+Blue) = 221+244+155=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF49B is #220B64. Grayscale: #E3E3E3. Windows color (decimal): -2231141 or 10220765. OLE color: 10220765.

HSL color Cylindrical-coordinate representation of color #DDF49B: hue angle of 75.51º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF49B is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 155 -
CMYK 0.09 0 0.36 0.04
HSL 75.51º 0.8% 0.78% -
HSV(B) 75.51º 0.36% 0.96% -
XYZ 68.09 82.44 43.33 -
YUV 226.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 221 244 155 0.09 0 0.36 0.04 75.51 0.8 0.78
Hex DD F4 9B 9 0 24 4 4C 50 4E
Octal 335 364 233 11 0 44 4 114 120 116
Binary 11011101 11110100 10011011 1001 0 100100 100 1001100 1010000 1001110

Color Harmonies of #DDF49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF49B

Black with #DDF49B

Text Example


Text Example

White with #DDF49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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