Html Css Color HEX #DDEF9E Reef

📋 copy color: '#DDEF9E'

red 221 ◦ green 239 ◦ blue 158

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

Shades of Reef #DDEF9E

Tints of Reef #DDEF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.57%

R = 35.76%
G = 38.67%
B = 25.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#DDEF9E (or 0xDDEF9E) is known color: Reef. HEX triplet: DD, EF and 9E. RGB value is (221,239,158). Sum of RGB (Red+Green+Blue) = 221+239+158=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF9E is #221061. Grayscale: #E0E0E0. Windows color (decimal): -2232418 or 10416093. OLE color: 10416093.

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

Color convert

RGB 221 239 158 -
CMYK 0.08 0 0.34 0.06
HSL 73.33º 0.72% 0.78% -
HSV(B) 73.33º 0.34% 0.94% -
XYZ 66.86 79.57 44.18 -
YUV 224.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 221 239 158 0.08 0 0.34 0.06 73.33 0.72 0.78
Hex DD EF 9E 8 0 22 6 49 48 4E
Octal 335 357 236 10 0 42 6 111 110 116
Binary 11011101 11101111 10011110 1000 0 100010 110 1001001 1001000 1001110

Color Harmonies of #DDEF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF9E

Black with #DDEF9E

Text Example


Text Example

White with #DDEF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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