Html Css Color HEX #DDFDA0 Reef

📋 copy color: '#DDFDA0'

red 221 ◦ green 253 ◦ blue 160

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

Shades of Reef #DDFDA0

Tints of Reef #DDFDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.24%

R = 34.86%
G = 39.91%
B = 25.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#DDFDA0 (or 0xDDFDA0) is known color: Reef. HEX triplet: DD, FD and A0. RGB value is (221,253,160). Sum of RGB (Red+Green+Blue) = 221+253+160=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA0 is #22025F. Grayscale: #E9E9E9. Windows color (decimal): -2228832 or 10550749. OLE color: 10550749.

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

Color convert

RGB 221 253 160 -
CMYK 0.13 0 0.37 0.01
HSL 80.65º 0.96% 0.81% -
HSV(B) 80.65º 0.37% 0.99% -
XYZ 71.29 88.16 46.52 -
YUV 232.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 221 253 160 0.13 0 0.37 0.01 80.65 0.96 0.81
Hex DD FD A0 D 0 25 1 51 60 51
Octal 335 375 240 15 0 45 1 121 140 121
Binary 11011101 11111101 10100000 1101 0 100101 1 1010001 1100000 1010001

Color Harmonies of #DDFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDA0

Black with #DDFDA0

Text Example


Text Example

White with #DDFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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