Html Css Color HEX #DDFBB2 Reef

📋 copy color: '#DDFBB2'

red 221 ◦ green 251 ◦ blue 178

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

Shades of Reef #DDFBB2

Tints of Reef #DDFBB2

RGB

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

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

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

R = 34%
G = 38.62%
B = 27.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DDFBB2 (or 0xDDFBB2) is known color: Reef. HEX triplet: DD, FB and B2. RGB value is (221,251,178). Sum of RGB (Red+Green+Blue) = 221+251+178=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBB2 is #22044D. Grayscale: #E9E9E9. Windows color (decimal): -2229326 or 11729885. OLE color: 11729885.

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

Color convert

RGB 221 251 178 -
CMYK 0.12 0 0.29 0.02
HSL 84.66º 0.9% 0.84% -
HSV(B) 84.66º 0.29% 0.98% -
XYZ 72.35 87.58 55.21 -
YUV 233.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 221 251 178 0.12 0 0.29 0.02 84.66 0.9 0.84
Hex DD FB B2 C 0 1D 2 55 5A 54
Octal 335 373 262 14 0 35 2 125 132 124
Binary 11011101 11111011 10110010 1100 0 11101 10 1010101 1011010 1010100

Color Harmonies of #DDFBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBB2

Black with #DDFBB2

Text Example


Text Example

White with #DDFBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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