Html Css Color HEX #DBEBCC Frostee

📋 copy color: '#DBEBCC'

red 219 ◦ green 235 ◦ blue 204

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

Shades of Frostee #DBEBCC

Tints of Frostee #DBEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.71%

 BLUE value IS 204 (80.08% from 255) = 31%

R = 33.28%
G = 35.71%
B = 31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#DBEBCC (or 0xDBEBCC) is known color: Frostee. HEX triplet: DB, EB and CC. RGB value is (219,235,204). Sum of RGB (Red+Green+Blue) = 219+235+204=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBCC is #241433. Grayscale: #E2E2E2. Windows color (decimal): -2364468 or 13429723. OLE color: 13429723.

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

Color convert

RGB 219 235 204 -
CMYK 0.07 0 0.13 0.08
HSL 90.97º 0.44% 0.86% -
HSV(B) 90.97º 0.13% 0.92% -
XYZ 69.82 78.84 68.66 -
YUV 226.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 219 235 204 0.07 0 0.13 0.08 90.97 0.44 0.86
Hex DB EB CC 7 0 D 8 5B 2C 56
Octal 333 353 314 7 0 15 10 133 54 126
Binary 11011011 11101011 11001100 111 0 1101 1000 1011011 101100 1010110

Color Harmonies of #DBEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBCC

Black with #DBEBCC

Text Example


Text Example

White with #DBEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBCC; }

 p { color: rgb(219,235,204); }

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

background-color css

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

 a { background-color: rgb(219,235,204); }

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

border-color css

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

 span { border-color: rgb(219,235,204); }

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