Html Css Color HEX #DBECCA Frostee

📋 copy color: '#DBECCA'

red 219 ◦ green 236 ◦ blue 202

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

Shades of Frostee #DBECCA

Tints of Frostee #DBECCA

RGB

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

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

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

R = 33.33%
G = 35.92%
B = 30.75%

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

#DBECCA (or 0xDBECCA) is known color: Frostee. HEX triplet: DB, EC and CA. RGB value is (219,236,202). Sum of RGB (Red+Green+Blue) = 219+236+202=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCA is #241335. Grayscale: #E3E3E3. Windows color (decimal): -2364214 or 13298907. OLE color: 13298907.

HSL color Cylindrical-coordinate representation of color #DBECCA: hue angle of 90º degrees, saturation: 0.47, 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 #DBECCA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 202 -
CMYK 0.07 0 0.14 0.07
HSL 90º 0.47% 0.86% -
HSV(B) 90º 0.14% 0.93% -
XYZ 69.87 79.32 67.5 -
YUV 227.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 219 236 202 0.07 0 0.14 0.07 90 0.47 0.86
Hex DB EC CA 7 0 E 7 5A 2F 56
Octal 333 354 312 7 0 16 7 132 57 126
Binary 11011011 11101100 11001010 111 0 1110 111 1011010 101111 1010110

Color Harmonies of #DBECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECCA

Black with #DBECCA

Text Example


Text Example

White with #DBECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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