Html Css Color HEX #DDF6AB Reef

📋 copy color: '#DDF6AB'

red 221 ◦ green 246 ◦ blue 171

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

Shades of Reef #DDF6AB

Tints of Reef #DDF6AB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.56%

 BLUE value IS 171 (67.19% from 255) = 26.8%

R = 34.64%
G = 38.56%
B = 26.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DDF6AB (or 0xDDF6AB) is known color: Reef. HEX triplet: DD, F6 and AB. RGB value is (221,246,171). Sum of RGB (Red+Green+Blue) = 221+246+171=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF6AB is #220954. Grayscale: #E6E6E6. Windows color (decimal): -2230613 or 11269853. OLE color: 11269853.

HSL color Cylindrical-coordinate representation of color #DDF6AB: hue angle of 80º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF6AB is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 171 -
CMYK 0.10 0 0.30 0.04
HSL 80º 0.81% 0.82% -
HSV(B) 80º 0.3% 0.96% -
XYZ 70.13 84.22 51.09 -
YUV 229.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 221 246 171 0.10 0 0.30 0.04 80 0.81 0.82
Hex DD F6 AB A 0 1E 4 50 51 52
Octal 335 366 253 12 0 36 4 120 121 122
Binary 11011101 11110110 10101011 1010 0 11110 100 1010000 1010001 1010010

Color Harmonies of #DDF6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6AB

Black with #DDF6AB

Text Example


Text Example

White with #DDF6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6AB; }

 p { color: rgb(221,246,171); }

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

background-color css

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

 a { background-color: rgb(221,246,171); }

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

border-color css

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

 span { border-color: rgb(221,246,171); }

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