Html Css Color HEX #DDFAA1 Reef

📋 copy color: '#DDFAA1'

red 221 ◦ green 250 ◦ blue 161

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

Shades of Reef #DDFAA1

Tints of Reef #DDFAA1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.56%

 BLUE value IS 161 (63.28% from 255) = 25.47%

R = 34.97%
G = 39.56%
B = 25.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#DDFAA1 (or 0xDDFAA1) is known color: Reef. HEX triplet: DD, FA and A1. RGB value is (221,250,161). Sum of RGB (Red+Green+Blue) = 221+250+161=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAA1 is #22055E. Grayscale: #E7E7E7. Windows color (decimal): -2229599 or 10615517. OLE color: 10615517.

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

Color convert

RGB 221 250 161 -
CMYK 0.12 0 0.36 0.02
HSL 79.55º 0.9% 0.81% -
HSV(B) 79.55º 0.36% 0.98% -
XYZ 70.44 86.32 46.67 -
YUV 231.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 221 250 161 0.12 0 0.36 0.02 79.55 0.9 0.81
Hex DD FA A1 C 0 24 2 50 5A 51
Octal 335 372 241 14 0 44 2 120 132 121
Binary 11011101 11111010 10100001 1100 0 100100 10 1010000 1011010 1010001

Color Harmonies of #DDFAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAA1

Black with #DDFAA1

Text Example


Text Example

White with #DDFAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAA1; }

 p { color: rgb(221,250,161); }

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

background-color css

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

 a { background-color: rgb(221,250,161); }

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

border-color css

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

 span { border-color: rgb(221,250,161); }

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