Html Css Color HEX #DBECCB Frostee

📋 copy color: '#DBECCB'

red 219 ◦ green 236 ◦ blue 203

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

Shades of Frostee #DBECCB

Tints of Frostee #DBECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.87%

 BLUE value IS 203 (79.69% from 255) = 30.85%

R = 33.28%
G = 35.87%
B = 30.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DBECCB (or 0xDBECCB) is known color: Frostee. HEX triplet: DB, EC and CB. RGB value is (219,236,203). Sum of RGB (Red+Green+Blue) = 219+236+203=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCB is #241334. Grayscale: #E3E3E3. Windows color (decimal): -2364213 or 13364443. OLE color: 13364443.

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

Color convert

RGB 219 236 203 -
CMYK 0.07 0 0.14 0.07
HSL 90.91º 0.46% 0.86% -
HSV(B) 90.91º 0.14% 0.93% -
XYZ 69.99 79.36 68.13 -
YUV 227.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 219 236 203 0.07 0 0.14 0.07 90.91 0.46 0.86
Hex DB EC CB 7 0 E 7 5B 2E 56
Octal 333 354 313 7 0 16 7 133 56 126
Binary 11011011 11101100 11001011 111 0 1110 111 1011011 101110 1010110

Color Harmonies of #DBECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECCB

Black with #DBECCB

Text Example


Text Example

White with #DBECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECCB; }

 p { color: rgb(219,236,203); }

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

background-color css

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

 a { background-color: rgb(219,236,203); }

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

border-color css

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

 span { border-color: rgb(219,236,203); }

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