Html Css Color HEX #DDE6BA Frost

📋 copy color: '#DDE6BA'

red 221 ◦ green 230 ◦ blue 186

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

Shades of Frost #DDE6BA

Tints of Frost #DDE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.11%

 BLUE value IS 186 (73.05% from 255) = 29.2%

R = 34.69%
G = 36.11%
B = 29.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#DDE6BA (or 0xDDE6BA) is known color: Frost. HEX triplet: DD, E6 and BA. RGB value is (221,230,186). Sum of RGB (Red+Green+Blue) = 221+230+186=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6BA is #221945. Grayscale: #DEDEDE. Windows color (decimal): -2234694 or 12248797. OLE color: 12248797.

HSL color Cylindrical-coordinate representation of color #DDE6BA: hue angle of 72.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDE6BA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 186 -
CMYK 0.04 0 0.19 0.10
HSL 72.27º 0.47% 0.82% -
HSV(B) 72.27º 0.19% 0.9% -
XYZ 66.98 75.51 57.5 -
YUV 222.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 221 230 186 0.04 0 0.19 0.10 72.27 0.47 0.82
Hex DD E6 BA 4 0 13 A 48 2F 52
Octal 335 346 272 4 0 23 12 110 57 122
Binary 11011101 11100110 10111010 100 0 10011 1010 1001000 101111 1010010

Color Harmonies of #DDE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6BA

Black with #DDE6BA

Text Example


Text Example

White with #DDE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6BA; }

 p { color: rgb(221,230,186); }

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

background-color css

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

 a { background-color: rgb(221,230,186); }

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

border-color css

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

 span { border-color: rgb(221,230,186); }

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