Html Css Color HEX #DDE9BC Frost

📋 copy color: '#DDE9BC'

red 221 ◦ green 233 ◦ blue 188

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

Shades of Frost #DDE9BC

Tints of Frost #DDE9BC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.29%

 BLUE value IS 188 (73.83% from 255) = 29.28%

R = 34.42%
G = 36.29%
B = 29.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DDE9BC (or 0xDDE9BC) is known color: Frost. HEX triplet: DD, E9 and BC. RGB value is (221,233,188). Sum of RGB (Red+Green+Blue) = 221+233+188=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9BC is #221643. Grayscale: #E0E0E0. Windows color (decimal): -2233924 or 12380637. OLE color: 12380637.

HSL color Cylindrical-coordinate representation of color #DDE9BC: hue angle of 76º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDE9BC is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 188 -
CMYK 0.05 0 0.19 0.09
HSL 76º 0.51% 0.83% -
HSV(B) 76º 0.19% 0.91% -
XYZ 68.03 77.28 58.91 -
YUV 224.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 221 233 188 0.05 0 0.19 0.09 76 0.51 0.83
Hex DD E9 BC 5 0 13 9 4C 33 53
Octal 335 351 274 5 0 23 11 114 63 123
Binary 11011101 11101001 10111100 101 0 10011 1001 1001100 110011 1010011

Color Harmonies of #DDE9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9BC

Black with #DDE9BC

Text Example


Text Example

White with #DDE9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9BC; }

 p { color: rgb(221,233,188); }

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

background-color css

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

 a { background-color: rgb(221,233,188); }

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

border-color css

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

 span { border-color: rgb(221,233,188); }

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