Html Css Color HEX #DDF4A8 Reef

📋 copy color: '#DDF4A8'

red 221 ◦ green 244 ◦ blue 168

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

Shades of Reef #DDF4A8

Tints of Reef #DDF4A8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.55%

 BLUE value IS 168 (66.02% from 255) = 26.54%

R = 34.91%
G = 38.55%
B = 26.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#DDF4A8 (or 0xDDF4A8) is known color: Reef. HEX triplet: DD, F4 and A8. RGB value is (221,244,168). Sum of RGB (Red+Green+Blue) = 221+244+168=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF4A8 is #220B57. Grayscale: #E4E4E4. Windows color (decimal): -2231128 or 11072733. OLE color: 11072733.

HSL color Cylindrical-coordinate representation of color #DDF4A8: hue angle of 78.16º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF4A8 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 168 -
CMYK 0.09 0 0.31 0.04
HSL 78.16º 0.78% 0.81% -
HSV(B) 78.16º 0.31% 0.96% -
XYZ 69.24 82.9 49.4 -
YUV 228.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 221 244 168 0.09 0 0.31 0.04 78.16 0.78 0.81
Hex DD F4 A8 9 0 1F 4 4E 4E 51
Octal 335 364 250 11 0 37 4 116 116 121
Binary 11011101 11110100 10101000 1001 0 11111 100 1001110 1001110 1010001

Color Harmonies of #DDF4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF4A8

Black with #DDF4A8

Text Example


Text Example

White with #DDF4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF4A8; }

 p { color: rgb(221,244,168); }

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

background-color css

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

 a { background-color: rgb(221,244,168); }

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

border-color css

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

 span { border-color: rgb(221,244,168); }

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