Html Css Color HEX #DDEF96 Reef

📋 copy color: '#DDEF96'

red 221 ◦ green 239 ◦ blue 150

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

Shades of Reef #DDEF96

Tints of Reef #DDEF96

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.18%

 BLUE value IS 150 (58.98% from 255) = 24.59%

R = 36.23%
G = 39.18%
B = 24.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#DDEF96 (or 0xDDEF96) is known color: Reef. HEX triplet: DD, EF and 96. RGB value is (221,239,150). Sum of RGB (Red+Green+Blue) = 221+239+150=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF96 is #221069. Grayscale: #DFDFDF. Windows color (decimal): -2232426 or 9891805. OLE color: 9891805.

HSL color Cylindrical-coordinate representation of color #DDEF96: hue angle of 72.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDEF96 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 150 -
CMYK 0.08 0 0.37 0.06
HSL 72.13º 0.74% 0.76% -
HSV(B) 72.13º 0.37% 0.94% -
XYZ 66.19 79.31 40.67 -
YUV 223.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 221 239 150 0.08 0 0.37 0.06 72.13 0.74 0.76
Hex DD EF 96 8 0 25 6 48 4A 4C
Octal 335 357 226 10 0 45 6 110 112 114
Binary 11011101 11101111 10010110 1000 0 100101 110 1001000 1001010 1001100

Color Harmonies of #DDEF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF96

Black with #DDEF96

Text Example


Text Example

White with #DDEF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF96; }

 p { color: rgb(221,239,150); }

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

background-color css

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

 a { background-color: rgb(221,239,150); }

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

border-color css

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

 span { border-color: rgb(221,239,150); }

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