Html Css Color HEX #DDFBB0 Reef

📋 copy color: '#DDFBB0'

red 221 ◦ green 251 ◦ blue 176

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

Shades of Reef #DDFBB0

Tints of Reef #DDFBB0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.73%

 BLUE value IS 176 (69.14% from 255) = 27.16%

R = 34.1%
G = 38.73%
B = 27.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DDFBB0 (or 0xDDFBB0) is known color: Reef. HEX triplet: DD, FB and B0. RGB value is (221,251,176). Sum of RGB (Red+Green+Blue) = 221+251+176=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBB0 is #22044F. Grayscale: #E9E9E9. Windows color (decimal): -2229328 or 11598813. OLE color: 11598813.

HSL color Cylindrical-coordinate representation of color #DDFBB0: hue angle of 84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFBB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 176 -
CMYK 0.12 0 0.30 0.02
HSL 84º 0.9% 0.84% -
HSV(B) 84º 0.3% 0.98% -
XYZ 72.15 87.5 54.16 -
YUV 233.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 221 251 176 0.12 0 0.30 0.02 84 0.9 0.84
Hex DD FB B0 C 0 1E 2 54 5A 54
Octal 335 373 260 14 0 36 2 124 132 124
Binary 11011101 11111011 10110000 1100 0 11110 10 1010100 1011010 1010100

Color Harmonies of #DDFBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBB0

Black with #DDFBB0

Text Example


Text Example

White with #DDFBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFBB0; }

 p { color: rgb(221,251,176); }

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

background-color css

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

 a { background-color: rgb(221,251,176); }

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

border-color css

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

 span { border-color: rgb(221,251,176); }

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