Html Css Color HEX #DBE4CF Frostee

📋 copy color: '#DBE4CF'

red 219 ◦ green 228 ◦ blue 207

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

Shades of Frostee #DBE4CF

Tints of Frostee #DBE4CF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.86%

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

R = 33.49%
G = 34.86%
B = 31.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#DBE4CF (or 0xDBE4CF) is known color: Frostee. HEX triplet: DB, E4 and CF. RGB value is (219,228,207). Sum of RGB (Red+Green+Blue) = 219+228+207=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4CF is #241B30. Grayscale: #DEDEDE. Windows color (decimal): -2366257 or 13624539. OLE color: 13624539.

HSL color Cylindrical-coordinate representation of color #DBE4CF: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE4CF is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 207 -
CMYK 0.04 0 0.09 0.11
HSL 85.71º 0.28% 0.85% -
HSV(B) 85.71º 0.09% 0.89% -
XYZ 68.22 75.05 69.92 -
YUV 222.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 219 228 207 0.04 0 0.09 0.11 85.71 0.28 0.85
Hex DB E4 CF 4 0 9 B 56 1C 55
Octal 333 344 317 4 0 11 13 126 34 125
Binary 11011011 11100100 11001111 100 0 1001 1011 1010110 11100 1010101

Color Harmonies of #DBE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4CF

Black with #DBE4CF

Text Example


Text Example

White with #DBE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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