Html Css Color HEX #DDFEB2 Reef

📋 copy color: '#DDFEB2'

red 221 ◦ green 254 ◦ blue 178

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

Shades of Reef #DDFEB2

Tints of Reef #DDFEB2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.9%

 BLUE value IS 178 (69.92% from 255) = 27.26%

R = 33.84%
G = 38.9%
B = 27.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#DDFEB2 (or 0xDDFEB2) is known color: Reef. HEX triplet: DD, FE and B2. RGB value is (221,254,178). Sum of RGB (Red+Green+Blue) = 221+254+178=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEB2 is #22014D. Grayscale: #EBEBEB. Windows color (decimal): -2228558 or 11730653. OLE color: 11730653.

HSL color Cylindrical-coordinate representation of color #DDFEB2: hue angle of 86.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFEB2 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 178 -
CMYK 0.13 0 0.30 0.00
HSL 86.05º 0.97% 0.85% -
HSV(B) 86.05º 0.3% 1% -
XYZ 73.3 89.47 55.53 -
YUV 235.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 221 254 178 0.13 0 0.30 0.00 86.05 0.97 0.85
Hex DD FE B2 D 0 1E 0 56 61 55
Octal 335 376 262 15 0 36 0 126 141 125
Binary 11011101 11111110 10110010 1101 0 11110 0 1010110 1100001 1010101

Color Harmonies of #DDFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEB2

Black with #DDFEB2

Text Example


Text Example

White with #DDFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEB2; }

 p { color: rgb(221,254,178); }

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

background-color css

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

 a { background-color: rgb(221,254,178); }

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

border-color css

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

 span { border-color: rgb(221,254,178); }

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