Html Css Color HEX #DBE4EC Pattens Blue

📋 copy color: '#DBE4EC'

red 219 ◦ green 228 ◦ blue 236

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

Shades of Pattens Blue #DBE4EC

Tints of Pattens Blue #DBE4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.38%

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 32.06%
G = 33.38%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBE4EC (or 0xDBE4EC) is known color: Pattens Blue. HEX triplet: DB, E4 and EC. RGB value is (219,228,236). Sum of RGB (Red+Green+Blue) = 219+228+236=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4EC is #241B13. Grayscale: #E2E2E2. Windows color (decimal): -2366228 or 15525083. OLE color: 15525083.

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

Color convert

RGB 219 228 236 -
CMYK 0.07 0.03 0 0.07
HSL 208.24º 0.31% 0.89% -
HSV(B) 208.24º 0.07% 0.93% -
XYZ 72.1 76.6 90.34 -
YUV 226.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 219 228 236 0.07 0.03 0 0.07 208.24 0.31 0.89
Hex DB E4 EC 7 3 0 7 D0 1F 59
Octal 333 344 354 7 3 0 7 320 37 131
Binary 11011011 11100100 11101100 111 11 0 111 11010000 11111 1011001

Color Harmonies of #DBE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4EC

Black with #DBE4EC

Text Example


Text Example

White with #DBE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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