Html Css Color HEX #DBEDCF Frostee

📋 copy color: '#DBEDCF'

red 219 ◦ green 237 ◦ blue 207

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

Shades of Frostee #DBEDCF

Tints of Frostee #DBEDCF

RGB

 RED value IS 219 (85.94% from 255) = 33.03%

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

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

R = 33.03%
G = 35.75%
B = 31.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DBEDCF (or 0xDBEDCF) is known color: Frostee. HEX triplet: DB, ED and CF. RGB value is (219,237,207). Sum of RGB (Red+Green+Blue) = 219+237+207=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDCF is #241230. Grayscale: #E4E4E4. Windows color (decimal): -2363953 or 13626843. OLE color: 13626843.

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

Color convert

RGB 219 237 207 -
CMYK 0.08 0 0.13 0.07
HSL 96º 0.45% 0.87% -
HSV(B) 96º 0.13% 0.93% -
XYZ 70.76 80.13 70.77 -
YUV 228.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 219 237 207 0.08 0 0.13 0.07 96 0.45 0.87
Hex DB ED CF 8 0 D 7 60 2D 57
Octal 333 355 317 10 0 15 7 140 55 127
Binary 11011011 11101101 11001111 1000 0 1101 111 1100000 101101 1010111

Color Harmonies of #DBEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDCF

Black with #DBEDCF

Text Example


Text Example

White with #DBEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDCF; }

 p { color: rgb(219,237,207); }

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

background-color css

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

 a { background-color: rgb(219,237,207); }

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

border-color css

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

 span { border-color: rgb(219,237,207); }

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