Html Css Color HEX #DDEDCD Frostee

📋 copy color: '#DDEDCD'

red 221 ◦ green 237 ◦ blue 205

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

Shades of Frostee #DDEDCD

Tints of Frostee #DDEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.75%

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

R = 33.33%
G = 35.75%
B = 30.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DDEDCD (or 0xDDEDCD) is known color: Frostee. HEX triplet: DD, ED and CD. RGB value is (221,237,205). Sum of RGB (Red+Green+Blue) = 221+237+205=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDCD is #221232. Grayscale: #E4E4E4. Windows color (decimal): -2232883 or 13495773. OLE color: 13495773.

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

Color convert

RGB 221 237 205 -
CMYK 0.07 0 0.14 0.07
HSL 90º 0.47% 0.87% -
HSV(B) 90º 0.14% 0.93% -
XYZ 71.12 80.35 69.52 -
YUV 228.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 221 237 205 0.07 0 0.14 0.07 90 0.47 0.87
Hex DD ED CD 7 0 E 7 5A 2F 57
Octal 335 355 315 7 0 16 7 132 57 127
Binary 11011101 11101101 11001101 111 0 1110 111 1011010 101111 1010111

Color Harmonies of #DDEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDCD

Black with #DDEDCD

Text Example


Text Example

White with #DDEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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