Html Css Color HEX #DBEDCA Frostee

📋 copy color: '#DBEDCA'

red 219 ◦ green 237 ◦ blue 202

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

Shades of Frostee #DBEDCA

Tints of Frostee #DBEDCA

RGB

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

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

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

R = 33.28%
G = 36.02%
B = 30.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#DBEDCA (or 0xDBEDCA) is known color: Frostee. HEX triplet: DB, ED and CA. RGB value is (219,237,202). Sum of RGB (Red+Green+Blue) = 219+237+202=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDCA is #241235. Grayscale: #E3E3E3. Windows color (decimal): -2363958 or 13299163. OLE color: 13299163.

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

Color convert

RGB 219 237 202 -
CMYK 0.08 0 0.15 0.07
HSL 90.86º 0.49% 0.86% -
HSV(B) 90.86º 0.15% 0.93% -
XYZ 70.16 79.89 67.6 -
YUV 227.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 219 237 202 0.08 0 0.15 0.07 90.86 0.49 0.86
Hex DB ED CA 8 0 F 7 5B 31 56
Octal 333 355 312 10 0 17 7 133 61 126
Binary 11011011 11101101 11001010 1000 0 1111 111 1011011 110001 1010110

Color Harmonies of #DBEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDCA

Black with #DBEDCA

Text Example


Text Example

White with #DBEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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