Html Css Color HEX #DDF693 Reef

📋 copy color: '#DDF693'

red 221 ◦ green 246 ◦ blue 147

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

Shades of Reef #DDF693

Tints of Reef #DDF693

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.07%

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

R = 35.99%
G = 40.07%
B = 23.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#DDF693 (or 0xDDF693) is known color: Reef. HEX triplet: DD, F6 and 93. RGB value is (221,246,147). Sum of RGB (Red+Green+Blue) = 221+246+147=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF693 is #22096C. Grayscale: #E3E3E3. Windows color (decimal): -2230637 or 9696989. OLE color: 9696989.

HSL color Cylindrical-coordinate representation of color #DDF693: hue angle of 75.15º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF693 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 147 -
CMYK 0.10 0 0.40 0.04
HSL 75.15º 0.85% 0.77% -
HSV(B) 75.15º 0.4% 0.96% -
XYZ 68.04 83.39 40.11 -
YUV 227.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 221 246 147 0.10 0 0.40 0.04 75.15 0.85 0.77
Hex DD F6 93 A 0 28 4 4B 55 4D
Octal 335 366 223 12 0 50 4 113 125 115
Binary 11011101 11110110 10010011 1010 0 101000 100 1001011 1010101 1001101

Color Harmonies of #DDF693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF693

Black with #DDF693

Text Example


Text Example

White with #DDF693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF693; }

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

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

background-color css

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

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

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

border-color css

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

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

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