Html Css Color HEX #DDF1C7 Frostee

📋 copy color: '#DDF1C7'

red 221 ◦ green 241 ◦ blue 199

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

Shades of Frostee #DDF1C7

Tints of Frostee #DDF1C7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.46%

 BLUE value IS 199 (78.13% from 255) = 30.11%

R = 33.43%
G = 36.46%
B = 30.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#DDF1C7 (or 0xDDF1C7) is known color: Frostee. HEX triplet: DD, F1 and C7. RGB value is (221,241,199). Sum of RGB (Red+Green+Blue) = 221+241+199=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1C7 is #220E38. Grayscale: #E6E6E6. Windows color (decimal): -2231865 or 13103581. OLE color: 13103581.

HSL color Cylindrical-coordinate representation of color #DDF1C7: hue angle of 88.57º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF1C7 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 199 -
CMYK 0.08 0 0.17 0.05
HSL 88.57º 0.6% 0.86% -
HSV(B) 88.57º 0.17% 0.95% -
XYZ 71.58 82.41 66.17 -
YUV 230.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 221 241 199 0.08 0 0.17 0.05 88.57 0.6 0.86
Hex DD F1 C7 8 0 11 5 59 3C 56
Octal 335 361 307 10 0 21 5 131 74 126
Binary 11011101 11110001 11000111 1000 0 10001 101 1011001 111100 1010110

Color Harmonies of #DDF1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1C7

Black with #DDF1C7

Text Example


Text Example

White with #DDF1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1C7; }

 p { color: rgb(221,241,199); }

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

background-color css

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

 a { background-color: rgb(221,241,199); }

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

border-color css

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

 span { border-color: rgb(221,241,199); }

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