Html Css Color HEX #DDFFA6 Reef

📋 copy color: '#DDFFA6'

red 221 ◦ green 255 ◦ blue 166

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

Shades of Reef #DDFFA6

Tints of Reef #DDFFA6

RGB

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

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

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

R = 34.42%
G = 39.72%
B = 25.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#DDFFA6 (or 0xDDFFA6) is known color: Reef. HEX triplet: DD, FF and A6. RGB value is (221,255,166). Sum of RGB (Red+Green+Blue) = 221+255+166=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 166 (65.23% from 255 or 25.86% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA6 is #220059. Grayscale: #EBEBEB. Windows color (decimal): -2228314 or 10944477. OLE color: 10944477.

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

Color convert

RGB 221 255 166 -
CMYK 0.13 0 0.35 0
HSL 82.92º 1% 0.83% -
HSV(B) 82.92º 0.35% 1% -
XYZ 72.46 89.65 49.56 -
YUV 234.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 221 255 166 0.13 0 0.35 0 82.92 1 0.83
Hex DD FF A6 D 0 23 0 53 64 53
Octal 335 377 246 15 0 43 0 123 144 123
Binary 11011101 11111111 10100110 1101 0 100011 0 1010011 1100100 1010011

Color Harmonies of #DDFFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFA6

Black with #DDFFA6

Text Example


Text Example

White with #DDFFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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