Html Css Color HEX #DDF1A4 Reef

📋 copy color: '#DDF1A4'

red 221 ◦ green 241 ◦ blue 164

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

Shades of Reef #DDF1A4

Tints of Reef #DDF1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.2%

R = 35.3%
G = 38.5%
B = 26.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#DDF1A4 (or 0xDDF1A4) is known color: Reef. HEX triplet: DD, F1 and A4. RGB value is (221,241,164). Sum of RGB (Red+Green+Blue) = 221+241+164=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 164 (64.45% from 255 or 26.20% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1A4 is #220E5B. Grayscale: #E2E2E2. Windows color (decimal): -2231900 or 10809821. OLE color: 10809821.

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

Color convert

RGB 221 241 164 -
CMYK 0.08 0 0.32 0.05
HSL 75.58º 0.73% 0.79% -
HSV(B) 75.58º 0.32% 0.95% -
XYZ 67.97 80.96 47.17 -
YUV 226.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 221 241 164 0.08 0 0.32 0.05 75.58 0.73 0.79
Hex DD F1 A4 8 0 20 5 4C 49 4F
Octal 335 361 244 10 0 40 5 114 111 117
Binary 11011101 11110001 10100100 1000 0 100000 101 1001100 1001001 1001111

Color Harmonies of #DDF1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1A4

Black with #DDF1A4

Text Example


Text Example

White with #DDF1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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