Html Css Color HEX #DDEF9F Reef

📋 copy color: '#DDEF9F'

red 221 ◦ green 239 ◦ blue 159

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

Shades of Reef #DDEF9F

Tints of Reef #DDEF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.69%

R = 35.7%
G = 38.61%
B = 25.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#DDEF9F (or 0xDDEF9F) is known color: Reef. HEX triplet: DD, EF and 9F. RGB value is (221,239,159). Sum of RGB (Red+Green+Blue) = 221+239+159=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF9F is #221060. Grayscale: #E0E0E0. Windows color (decimal): -2232417 or 10481629. OLE color: 10481629.

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

Color convert

RGB 221 239 159 -
CMYK 0.08 0 0.33 0.06
HSL 73.5º 0.71% 0.78% -
HSV(B) 73.5º 0.33% 0.94% -
XYZ 66.94 79.61 44.64 -
YUV 224.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 221 239 159 0.08 0 0.33 0.06 73.5 0.71 0.78
Hex DD EF 9F 8 0 21 6 4A 47 4E
Octal 335 357 237 10 0 41 6 112 107 116
Binary 11011101 11101111 10011111 1000 0 100001 110 1001010 1000111 1001110

Color Harmonies of #DDEF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF9F

Black with #DDEF9F

Text Example


Text Example

White with #DDEF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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