Html Css Color HEX #DDFFB2 Reef

📋 copy color: '#DDFFB2'

red 221 ◦ green 255 ◦ blue 178

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

Shades of Reef #DDFFB2

Tints of Reef #DDFFB2

RGB

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

 GREEN value IS 255 (100% from 255) = 38.99%

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

R = 33.79%
G = 38.99%
B = 27.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#DDFFB2 (or 0xDDFFB2) is known color: Reef. HEX triplet: DD, FF and B2. RGB value is (221,255,178). Sum of RGB (Red+Green+Blue) = 221+255+178=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFB2 is #22004D. Grayscale: #ECECEC. Windows color (decimal): -2228302 or 11730909. OLE color: 11730909.

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

Color convert

RGB 221 255 178 -
CMYK 0.13 0 0.30 0
HSL 86.49º 1% 0.85% -
HSV(B) 86.49º 0.3% 1% -
XYZ 73.61 90.11 55.63 -
YUV 236.06 95.24 117.26 -
System Red Green Blue C M Y K H S L
Decimal 221 255 178 0.13 0 0.30 0 86.49 1 0.85
Hex DD FF B2 D 0 1E 0 56 64 55
Octal 335 377 262 15 0 36 0 126 144 125
Binary 11011101 11111111 10110010 1101 0 11110 0 1010110 1100100 1010101

Color Harmonies of #DDFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFB2

Black with #DDFFB2

Text Example


Text Example

White with #DDFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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