Html Css Color HEX #DDF69D Reef

📋 copy color: '#DDF69D'

red 221 ◦ green 246 ◦ blue 157

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

Shades of Reef #DDF69D

Tints of Reef #DDF69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.16%

R = 35.42%
G = 39.42%
B = 25.16%

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

#DDF69D (or 0xDDF69D) is known color: Reef. HEX triplet: DD, F6 and 9D. RGB value is (221,246,157). Sum of RGB (Red+Green+Blue) = 221+246+157=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF69D is #220962. Grayscale: #E4E4E4. Windows color (decimal): -2230627 or 10352349. OLE color: 10352349.

HSL color Cylindrical-coordinate representation of color #DDF69D: hue angle of 76.85º 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 #DDF69D is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 157 -
CMYK 0.10 0 0.36 0.04
HSL 76.85º 0.83% 0.79% -
HSV(B) 76.85º 0.36% 0.96% -
XYZ 68.86 83.72 44.43 -
YUV 228.38 87.72 122.74 -
System Red Green Blue C M Y K H S L
Decimal 221 246 157 0.10 0 0.36 0.04 76.85 0.83 0.79
Hex DD F6 9D A 0 24 4 4D 53 4F
Octal 335 366 235 12 0 44 4 115 123 117
Binary 11011101 11110110 10011101 1010 0 100100 100 1001101 1010011 1001111

Color Harmonies of #DDF69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF69D

Black with #DDF69D

Text Example


Text Example

White with #DDF69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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