Html Css Color HEX #DDF993 Reef

📋 copy color: '#DDF993'

red 221 ◦ green 249 ◦ blue 147

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

Shades of Reef #DDF993

Tints of Reef #DDF993

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.36%

 BLUE value IS 147 (57.81% from 255) = 23.82%

R = 35.82%
G = 40.36%
B = 23.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DDF993 (or 0xDDF993) is known color: Reef. HEX triplet: DD, F9 and 93. RGB value is (221,249,147). Sum of RGB (Red+Green+Blue) = 221+249+147=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF993 is #22066C. Grayscale: #E5E5E5. Windows color (decimal): -2229869 or 9697757. OLE color: 9697757.

HSL color Cylindrical-coordinate representation of color #DDF993: hue angle of 76.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDF993 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 147 -
CMYK 0.11 0 0.41 0.02
HSL 76.47º 0.89% 0.78% -
HSV(B) 76.47º 0.41% 0.98% -
XYZ 68.96 85.23 40.42 -
YUV 229 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 221 249 147 0.11 0 0.41 0.02 76.47 0.89 0.78
Hex DD F9 93 B 0 29 2 4C 59 4E
Octal 335 371 223 13 0 51 2 114 131 116
Binary 11011101 11111001 10010011 1011 0 101001 10 1001100 1011001 1001110

Color Harmonies of #DDF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF993

Black with #DDF993

Text Example


Text Example

White with #DDF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF993; }

 p { color: rgb(221,249,147); }

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

background-color css

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

 a { background-color: rgb(221,249,147); }

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

border-color css

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

 span { border-color: rgb(221,249,147); }

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