Html Css Color HEX #DBE8CA Frostee

📋 copy color: '#DBE8CA'

red 219 ◦ green 232 ◦ blue 202

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

Shades of Frostee #DBE8CA

Tints of Frostee #DBE8CA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.53%

 BLUE value IS 202 (79.3% from 255) = 30.93%

R = 33.54%
G = 35.53%
B = 30.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#DBE8CA (or 0xDBE8CA) is known color: Frostee. HEX triplet: DB, E8 and CA. RGB value is (219,232,202). Sum of RGB (Red+Green+Blue) = 219+232+202=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8CA is #241735. Grayscale: #E0E0E0. Windows color (decimal): -2365238 or 13297883. OLE color: 13297883.

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

Color convert

RGB 219 232 202 -
CMYK 0.06 0 0.13 0.09
HSL 86º 0.39% 0.85% -
HSV(B) 86º 0.13% 0.91% -
XYZ 68.73 77.04 67.12 -
YUV 224.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 219 232 202 0.06 0 0.13 0.09 86 0.39 0.85
Hex DB E8 CA 6 0 D 9 56 27 55
Octal 333 350 312 6 0 15 11 126 47 125
Binary 11011011 11101000 11001010 110 0 1101 1001 1010110 100111 1010101

Color Harmonies of #DBE8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8CA

Black with #DBE8CA

Text Example


Text Example

White with #DBE8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8CA; }

 p { color: rgb(219,232,202); }

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

background-color css

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

 a { background-color: rgb(219,232,202); }

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

border-color css

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

 span { border-color: rgb(219,232,202); }

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