Html Css Color HEX #DDFDA1 Reef

📋 copy color: '#DDFDA1'

red 221 ◦ green 253 ◦ blue 161

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

Shades of Reef #DDFDA1

Tints of Reef #DDFDA1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.84%

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

R = 34.8%
G = 39.84%
B = 25.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#DDFDA1 (or 0xDDFDA1) is known color: Reef. HEX triplet: DD, FD and A1. RGB value is (221,253,161). Sum of RGB (Red+Green+Blue) = 221+253+161=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA1 is #22025E. Grayscale: #E9E9E9. Windows color (decimal): -2228831 or 10616285. OLE color: 10616285.

HSL color Cylindrical-coordinate representation of color #DDFDA1: hue angle of 80.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDFDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 161 -
CMYK 0.13 0 0.36 0.01
HSL 80.87º 0.96% 0.81% -
HSV(B) 80.87º 0.36% 0.99% -
XYZ 71.38 88.2 46.98 -
YUV 232.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 221 253 161 0.13 0 0.36 0.01 80.87 0.96 0.81
Hex DD FD A1 D 0 24 1 51 60 51
Octal 335 375 241 15 0 44 1 121 140 121
Binary 11011101 11111101 10100001 1101 0 100100 1 1010001 1100000 1010001

Color Harmonies of #DDFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDA1

Black with #DDFDA1

Text Example


Text Example

White with #DDFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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