Html Css Color HEX #DDEBD6 Hint Of Green

📋 copy color: '#DDEBD6'

red 221 ◦ green 235 ◦ blue 214

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

Shades of Hint Of Green #DDEBD6

Tints of Hint Of Green #DDEBD6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.07%

 BLUE value IS 214 (83.98% from 255) = 31.94%

R = 32.99%
G = 35.07%
B = 31.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#DDEBD6 (or 0xDDEBD6) is known color: Hint Of Green. HEX triplet: DD, EB and D6. RGB value is (221,235,214). Sum of RGB (Red+Green+Blue) = 221+235+214=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD6 is #221429. Grayscale: #E4E4E4. Windows color (decimal): -2233386 or 14085085. OLE color: 14085085.

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

Color convert

RGB 221 235 214 -
CMYK 0.06 0 0.09 0.08
HSL 100º 0.34% 0.88% -
HSV(B) 100º 0.09% 0.92% -
XYZ 71.66 79.64 75.21 -
YUV 228.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 221 235 214 0.06 0 0.09 0.08 100 0.34 0.88
Hex DD EB D6 6 0 9 8 64 22 58
Octal 335 353 326 6 0 11 10 144 42 130
Binary 11011101 11101011 11010110 110 0 1001 1000 1100100 100010 1011000

Color Harmonies of #DDEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBD6

Black with #DDEBD6

Text Example


Text Example

White with #DDEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBD6; }

 p { color: rgb(221,235,214); }

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

background-color css

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

 a { background-color: rgb(221,235,214); }

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

border-color css

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

 span { border-color: rgb(221,235,214); }

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