Html Css Color HEX #DBE9CD Frostee

📋 copy color: '#DBE9CD'

red 219 ◦ green 233 ◦ blue 205

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

Shades of Frostee #DBE9CD

Tints of Frostee #DBE9CD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.46%

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

R = 33.33%
G = 35.46%
B = 31.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#DBE9CD (or 0xDBE9CD) is known color: Frostee. HEX triplet: DB, E9 and CD. RGB value is (219,233,205). Sum of RGB (Red+Green+Blue) = 219+233+205=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9CD is #241632. Grayscale: #E1E1E1. Windows color (decimal): -2364979 or 13494747. OLE color: 13494747.

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

Color convert

RGB 219 233 205 -
CMYK 0.06 0 0.12 0.09
HSL 90º 0.39% 0.86% -
HSV(B) 90º 0.12% 0.91% -
XYZ 69.37 77.75 69.11 -
YUV 225.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 219 233 205 0.06 0 0.12 0.09 90 0.39 0.86
Hex DB E9 CD 6 0 C 9 5A 27 56
Octal 333 351 315 6 0 14 11 132 47 126
Binary 11011011 11101001 11001101 110 0 1100 1001 1011010 100111 1010110

Color Harmonies of #DBE9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9CD

Black with #DBE9CD

Text Example


Text Example

White with #DBE9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9CD; }

 p { color: rgb(219,233,205); }

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

background-color css

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

 a { background-color: rgb(219,233,205); }

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

border-color css

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

 span { border-color: rgb(219,233,205); }

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