Html Css Color HEX #DDDFBB Frost

📋 copy color: '#DDDFBB'

red 221 ◦ green 223 ◦ blue 187

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

Shades of Frost #DDDFBB

Tints of Frost #DDDFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.34%

 BLUE value IS 187 (73.44% from 255) = 29.64%

R = 35.02%
G = 35.34%
B = 29.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDDFBB (or 0xDDDFBB) is known color: Frost. HEX triplet: DD, DF and BB. RGB value is (221,223,187). Sum of RGB (Red+Green+Blue) = 221+223+187=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFBB is #222044. Grayscale: #DADADA. Windows color (decimal): -2236485 or 12312541. OLE color: 12312541.

HSL color Cylindrical-coordinate representation of color #DDDFBB: hue angle of 63.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDDFBB is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 187 -
CMYK 0.01 0 0.16 0.13
HSL 63.33º 0.36% 0.8% -
HSV(B) 63.33º 0.16% 0.87% -
XYZ 65.18 71.74 57.42 -
YUV 218.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 221 223 187 0.01 0 0.16 0.13 63.33 0.36 0.8
Hex DD DF BB 1 0 10 D 3F 24 50
Octal 335 337 273 1 0 20 15 77 44 120
Binary 11011101 11011111 10111011 1 0 10000 1101 111111 100100 1010000

Color Harmonies of #DDDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFBB

Black with #DDDFBB

Text Example


Text Example

White with #DDDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFBB; }

 p { color: rgb(221,223,187); }

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

background-color css

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

 a { background-color: rgb(221,223,187); }

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

border-color css

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

 span { border-color: rgb(221,223,187); }

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