Html Css Color HEX #DDE3BC Frost

📋 copy color: '#DDE3BC'

red 221 ◦ green 227 ◦ blue 188

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

Shades of Frost #DDE3BC

Tints of Frost #DDE3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.69%

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

R = 34.75%
G = 35.69%
B = 29.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DDE3BC (or 0xDDE3BC) is known color: Frost. HEX triplet: DD, E3 and BC. RGB value is (221,227,188). Sum of RGB (Red+Green+Blue) = 221+227+188=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3BC is #221C43. Grayscale: #DCDCDC. Windows color (decimal): -2235460 or 12379101. OLE color: 12379101.

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

Color convert

RGB 221 227 188 -
CMYK 0.03 0 0.17 0.11
HSL 69.23º 0.41% 0.81% -
HSV(B) 69.23º 0.17% 0.89% -
XYZ 66.36 73.94 58.35 -
YUV 220.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 221 227 188 0.03 0 0.17 0.11 69.23 0.41 0.81
Hex DD E3 BC 3 0 11 B 45 29 51
Octal 335 343 274 3 0 21 13 105 51 121
Binary 11011101 11100011 10111100 11 0 10001 1011 1000101 101001 1010001

Color Harmonies of #DDE3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3BC

Black with #DDE3BC

Text Example


Text Example

White with #DDE3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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