Html Css Color HEX #DDF1AD Reef

📋 copy color: '#DDF1AD'

red 221 ◦ green 241 ◦ blue 173

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

Shades of Reef #DDF1AD

Tints of Reef #DDF1AD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

 BLUE value IS 173 (67.97% from 255) = 27.24%

R = 34.8%
G = 37.95%
B = 27.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#DDF1AD (or 0xDDF1AD) is known color: Reef. HEX triplet: DD, F1 and AD. RGB value is (221,241,173). Sum of RGB (Red+Green+Blue) = 221+241+173=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1AD is #220E52. Grayscale: #E3E3E3. Windows color (decimal): -2231891 or 11399645. OLE color: 11399645.

HSL color Cylindrical-coordinate representation of color #DDF1AD: hue angle of 77.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF1AD is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 173 -
CMYK 0.08 0 0.28 0.05
HSL 77.65º 0.71% 0.81% -
HSV(B) 77.65º 0.28% 0.95% -
XYZ 68.82 81.3 51.6 -
YUV 227.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 221 241 173 0.08 0 0.28 0.05 77.65 0.71 0.81
Hex DD F1 AD 8 0 1C 5 4E 47 51
Octal 335 361 255 10 0 34 5 116 107 121
Binary 11011101 11110001 10101101 1000 0 11100 101 1001110 1000111 1010001

Color Harmonies of #DDF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1AD

Black with #DDF1AD

Text Example


Text Example

White with #DDF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1AD; }

 p { color: rgb(221,241,173); }

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

background-color css

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

 a { background-color: rgb(221,241,173); }

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

border-color css

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

 span { border-color: rgb(221,241,173); }

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