Html Css Color HEX #DDFA8C Reef

📋 copy color: '#DDFA8C'

red 221 ◦ green 250 ◦ blue 140

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

Shades of Reef #DDFA8C

Tints of Reef #DDFA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.92%

 BLUE value IS 140 (55.08% from 255) = 22.91%

R = 36.17%
G = 40.92%
B = 22.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DDFA8C (or 0xDDFA8C) is known color: Reef. HEX triplet: DD, FA and 8C. RGB value is (221,250,140). Sum of RGB (Red+Green+Blue) = 221+250+140=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA8C is #220573. Grayscale: #E5E5E5. Windows color (decimal): -2229620 or 9239261. OLE color: 9239261.

HSL color Cylindrical-coordinate representation of color #DDFA8C: hue angle of 75.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDFA8C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 140 -
CMYK 0.12 0 0.44 0.02
HSL 75.82º 0.92% 0.76% -
HSV(B) 75.82º 0.44% 0.98% -
XYZ 68.74 85.64 37.72 -
YUV 228.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 221 250 140 0.12 0 0.44 0.02 75.82 0.92 0.76
Hex DD FA 8C C 0 2C 2 4C 5C 4C
Octal 335 372 214 14 0 54 2 114 134 114
Binary 11011101 11111010 10001100 1100 0 101100 10 1001100 1011100 1001100

Color Harmonies of #DDFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFA8C

Black with #DDFA8C

Text Example


Text Example

White with #DDFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFA8C; }

 p { color: rgb(221,250,140); }

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

background-color css

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

 a { background-color: rgb(221,250,140); }

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

border-color css

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

 span { border-color: rgb(221,250,140); }

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