Html Css Color HEX #DDEEBA Snow Flurry

📋 copy color: '#DDEEBA'

red 221 ◦ green 238 ◦ blue 186

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

Shades of Snow Flurry #DDEEBA

Tints of Snow Flurry #DDEEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.9%

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

R = 34.26%
G = 36.9%
B = 28.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#DDEEBA (or 0xDDEEBA) is known color: Snow Flurry. HEX triplet: DD, EE and BA. RGB value is (221,238,186). Sum of RGB (Red+Green+Blue) = 221+238+186=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEBA is #221145. Grayscale: #E3E3E3. Windows color (decimal): -2232646 or 12250845. OLE color: 12250845.

HSL color Cylindrical-coordinate representation of color #DDEEBA: hue angle of 79.62º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDEEBA is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 186 -
CMYK 0.07 0 0.22 0.07
HSL 79.62º 0.6% 0.83% -
HSV(B) 79.62º 0.22% 0.93% -
XYZ 69.26 80.07 58.26 -
YUV 226.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 221 238 186 0.07 0 0.22 0.07 79.62 0.6 0.83
Hex DD EE BA 7 0 16 7 50 3C 53
Octal 335 356 272 7 0 26 7 120 74 123
Binary 11011101 11101110 10111010 111 0 10110 111 1010000 111100 1010011

Color Harmonies of #DDEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEBA

Black with #DDEEBA

Text Example


Text Example

White with #DDEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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