Html Css Color HEX #DDEDA6 Reef

📋 copy color: '#DDEDA6'

red 221 ◦ green 237 ◦ blue 166

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

Shades of Reef #DDEDA6

Tints of Reef #DDEDA6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.98%

 BLUE value IS 166 (65.23% from 255) = 26.6%

R = 35.42%
G = 37.98%
B = 26.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#DDEDA6 (or 0xDDEDA6) is known color: Reef. HEX triplet: DD, ED and A6. RGB value is (221,237,166). Sum of RGB (Red+Green+Blue) = 221+237+166=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 166 (65.23% from 255 or 26.60% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDA6 is #221259. Grayscale: #E0E0E0. Windows color (decimal): -2232922 or 10939869. OLE color: 10939869.

HSL color Cylindrical-coordinate representation of color #DDEDA6: hue angle of 73.52º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDEDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 166 -
CMYK 0.07 0 0.30 0.07
HSL 73.52º 0.66% 0.79% -
HSV(B) 73.52º 0.3% 0.93% -
XYZ 66.99 78.69 47.74 -
YUV 224.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 221 237 166 0.07 0 0.30 0.07 73.52 0.66 0.79
Hex DD ED A6 7 0 1E 7 4A 42 4F
Octal 335 355 246 7 0 36 7 112 102 117
Binary 11011101 11101101 10100110 111 0 11110 111 1001010 1000010 1001111

Color Harmonies of #DDEDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDA6

Black with #DDEDA6

Text Example


Text Example

White with #DDEDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDA6; }

 p { color: rgb(221,237,166); }

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

background-color css

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

 a { background-color: rgb(221,237,166); }

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

border-color css

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

 span { border-color: rgb(221,237,166); }

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