Html Css Color HEX #DDF69E Reef

📋 copy color: '#DDF69E'

red 221 ◦ green 246 ◦ blue 158

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

Shades of Reef #DDF69E

Tints of Reef #DDF69E

RGB

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

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

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

R = 35.36%
G = 39.36%
B = 25.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#DDF69E (or 0xDDF69E) is known color: Reef. HEX triplet: DD, F6 and 9E. RGB value is (221,246,158). Sum of RGB (Red+Green+Blue) = 221+246+158=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF69E is #220961. Grayscale: #E4E4E4. Windows color (decimal): -2230626 or 10417885. OLE color: 10417885.

HSL color Cylindrical-coordinate representation of color #DDF69E: hue angle of 77.05º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF69E is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 158 -
CMYK 0.10 0 0.36 0.04
HSL 77.05º 0.83% 0.79% -
HSV(B) 77.05º 0.36% 0.96% -
XYZ 68.95 83.75 44.88 -
YUV 228.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 221 246 158 0.10 0 0.36 0.04 77.05 0.83 0.79
Hex DD F6 9E A 0 24 4 4D 53 4F
Octal 335 366 236 12 0 44 4 115 123 117
Binary 11011101 11110110 10011110 1010 0 100100 100 1001101 1010011 1001111

Color Harmonies of #DDF69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF69E

Black with #DDF69E

Text Example


Text Example

White with #DDF69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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