Html Css Color HEX #DDEBCD Frostee

📋 copy color: '#DDEBCD'

red 221 ◦ green 235 ◦ blue 205

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

Shades of Frostee #DDEBCD

Tints of Frostee #DDEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.55%

 BLUE value IS 205 (80.47% from 255) = 31.01%

R = 33.43%
G = 35.55%
B = 31.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#DDEBCD (or 0xDDEBCD) is known color: Frostee. HEX triplet: DD, EB and CD. RGB value is (221,235,205). Sum of RGB (Red+Green+Blue) = 221+235+205=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBCD is #221432. Grayscale: #E3E3E3. Windows color (decimal): -2233395 or 13495261. OLE color: 13495261.

HSL color Cylindrical-coordinate representation of color #DDEBCD: hue angle of 88º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEBCD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 235 205 -
CMYK 0.06 0 0.13 0.08
HSL 88º 0.43% 0.86% -
HSV(B) 88º 0.13% 0.92% -
XYZ 70.55 79.2 69.33 -
YUV 227.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 221 235 205 0.06 0 0.13 0.08 88 0.43 0.86
Hex DD EB CD 6 0 D 8 58 2B 56
Octal 335 353 315 6 0 15 10 130 53 126
Binary 11011101 11101011 11001101 110 0 1101 1000 1011000 101011 1010110

Color Harmonies of #DDEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBCD

Black with #DDEBCD

Text Example


Text Example

White with #DDEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBCD; }

 p { color: rgb(221,235,205); }

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

background-color css

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

 a { background-color: rgb(221,235,205); }

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

border-color css

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

 span { border-color: rgb(221,235,205); }

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