Html Css Color HEX #DDEDA8 Reef

📋 copy color: '#DDEDA8'

red 221 ◦ green 237 ◦ blue 168

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

Shades of Reef #DDEDA8

Tints of Reef #DDEDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.84%

R = 35.3%
G = 37.86%
B = 26.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#DDEDA8 (or 0xDDEDA8) is known color: Reef. HEX triplet: DD, ED and A8. RGB value is (221,237,168). Sum of RGB (Red+Green+Blue) = 221+237+168=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDA8 is #221257. Grayscale: #E0E0E0. Windows color (decimal): -2232920 or 11070941. OLE color: 11070941.

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

Color convert

RGB 221 237 168 -
CMYK 0.07 0 0.29 0.07
HSL 73.91º 0.66% 0.79% -
HSV(B) 73.91º 0.29% 0.93% -
XYZ 67.17 78.77 48.71 -
YUV 224.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 221 237 168 0.07 0 0.29 0.07 73.91 0.66 0.79
Hex DD ED A8 7 0 1D 7 4A 42 4F
Octal 335 355 250 7 0 35 7 112 102 117
Binary 11011101 11101101 10101000 111 0 11101 111 1001010 1000010 1001111

Color Harmonies of #DDEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDA8

Black with #DDEDA8

Text Example


Text Example

White with #DDEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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