Html Css Color HEX #DDFEAB Reef

📋 copy color: '#DDFEAB'

red 221 ◦ green 254 ◦ blue 171

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

Shades of Reef #DDFEAB

Tints of Reef #DDFEAB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.32%

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

R = 34.21%
G = 39.32%
B = 26.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#DDFEAB (or 0xDDFEAB) is known color: Reef. HEX triplet: DD, FE and AB. RGB value is (221,254,171). Sum of RGB (Red+Green+Blue) = 221+254+171=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEAB is #220154. Grayscale: #EAEAEA. Windows color (decimal): -2228565 or 11271901. OLE color: 11271901.

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

Color convert

RGB 221 254 171 -
CMYK 0.13 0 0.33 0.00
HSL 83.86º 0.98% 0.83% -
HSV(B) 83.86º 0.33% 1% -
XYZ 72.61 89.2 51.92 -
YUV 234.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 221 254 171 0.13 0 0.33 0.00 83.86 0.98 0.83
Hex DD FE AB D 0 21 0 54 62 53
Octal 335 376 253 15 0 41 0 124 142 123
Binary 11011101 11111110 10101011 1101 0 100001 0 1010100 1100010 1010011

Color Harmonies of #DDFEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEAB

Black with #DDFEAB

Text Example


Text Example

White with #DDFEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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