Html Css Color HEX #DDFBA6 Reef

📋 copy color: '#DDFBA6'

red 221 ◦ green 251 ◦ blue 166

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

Shades of Reef #DDFBA6

Tints of Reef #DDFBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.02%

R = 34.64%
G = 39.34%
B = 26.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DDFBA6 (or 0xDDFBA6) is known color: Reef. HEX triplet: DD, FB and A6. RGB value is (221,251,166). Sum of RGB (Red+Green+Blue) = 221+251+166=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBA6 is #220459. Grayscale: #E8E8E8. Windows color (decimal): -2229338 or 10943453. OLE color: 10943453.

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

Color convert

RGB 221 251 166 -
CMYK 0.12 0 0.34 0.02
HSL 81.18º 0.91% 0.82% -
HSV(B) 81.18º 0.34% 0.98% -
XYZ 71.2 87.12 49.14 -
YUV 232.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 221 251 166 0.12 0 0.34 0.02 81.18 0.91 0.82
Hex DD FB A6 C 0 22 2 51 5B 52
Octal 335 373 246 14 0 42 2 121 133 122
Binary 11011101 11111011 10100110 1100 0 100010 10 1010001 1011011 1010010

Color Harmonies of #DDFBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBA6

Black with #DDFBA6

Text Example


Text Example

White with #DDFBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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