Html Css Color HEX #DDEBCF Frostee

📋 copy color: '#DDEBCF'

red 221 ◦ green 235 ◦ blue 207

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

Shades of Frostee #DDEBCF

Tints of Frostee #DDEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.22%

R = 33.33%
G = 35.44%
B = 31.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#DDEBCF (or 0xDDEBCF) is known color: Frostee. HEX triplet: DD, EB and CF. RGB value is (221,235,207). Sum of RGB (Red+Green+Blue) = 221+235+207=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBCF is #221430. Grayscale: #E3E3E3. Windows color (decimal): -2233393 or 13626333. OLE color: 13626333.

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

Color convert

RGB 221 235 207 -
CMYK 0.06 0 0.12 0.08
HSL 90º 0.41% 0.87% -
HSV(B) 90º 0.12% 0.92% -
XYZ 70.79 79.29 70.61 -
YUV 227.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 221 235 207 0.06 0 0.12 0.08 90 0.41 0.87
Hex DD EB CF 6 0 C 8 5A 29 57
Octal 335 353 317 6 0 14 10 132 51 127
Binary 11011101 11101011 11001111 110 0 1100 1000 1011010 101001 1010111

Color Harmonies of #DDEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBCF

Black with #DDEBCF

Text Example


Text Example

White with #DDEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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