Html Css Color HEX #DDF8CC Hint Of Green

📋 copy color: '#DDF8CC'

red 221 ◦ green 248 ◦ blue 204

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

Shades of Hint Of Green #DDF8CC

Tints of Hint Of Green #DDF8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.85%

 BLUE value IS 204 (80.08% from 255) = 30.31%

R = 32.84%
G = 36.85%
B = 30.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#DDF8CC (or 0xDDF8CC) is known color: Hint Of Green. HEX triplet: DD, F8 and CC. RGB value is (221,248,204). Sum of RGB (Red+Green+Blue) = 221+248+204=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8CC is #220733. Grayscale: #EBEBEB. Windows color (decimal): -2230068 or 13433053. OLE color: 13433053.

HSL color Cylindrical-coordinate representation of color #DDF8CC: hue angle of 96.82º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDF8CC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 204 -
CMYK 0.11 0 0.18 0.03
HSL 96.82º 0.76% 0.89% -
HSV(B) 96.82º 0.18% 0.97% -
XYZ 74.29 86.87 69.98 -
YUV 234.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 221 248 204 0.11 0 0.18 0.03 96.82 0.76 0.89
Hex DD F8 CC B 0 12 3 61 4C 59
Octal 335 370 314 13 0 22 3 141 114 131
Binary 11011101 11111000 11001100 1011 0 10010 11 1100001 1001100 1011001

Color Harmonies of #DDF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8CC

Black with #DDF8CC

Text Example


Text Example

White with #DDF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8CC; }

 p { color: rgb(221,248,204); }

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

background-color css

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

 a { background-color: rgb(221,248,204); }

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

border-color css

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

 span { border-color: rgb(221,248,204); }

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