Html Css Color HEX #DBEAF4 Pattens Blue

📋 copy color: '#DBEAF4'

red 219 ◦ green 234 ◦ blue 244

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

Shades of Pattens Blue #DBEAF4

Tints of Pattens Blue #DBEAF4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.57%

 BLUE value IS 244 (95.7% from 255) = 35.01%

R = 31.42%
G = 33.57%
B = 35.01%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBEAF4 (or 0xDBEAF4) is known color: Pattens Blue. HEX triplet: DB, EA and F4. RGB value is (219,234,244). Sum of RGB (Red+Green+Blue) = 219+234+244=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF4 is #24150B. Grayscale: #E6E6E6. Windows color (decimal): -2364684 or 16050907. OLE color: 16050907.

HSL color Cylindrical-coordinate representation of color #DBEAF4: hue angle of 204º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEAF4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 234 244 -
CMYK 0.10 0.04 0 0.04
HSL 204º 0.53% 0.91% -
HSV(B) 204º 0.1% 0.96% -
XYZ 74.97 80.44 97.16 -
YUV 230.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 219 234 244 0.10 0.04 0 0.04 204 0.53 0.91
Hex DB EA F4 A 4 0 4 CC 35 5B
Octal 333 352 364 12 4 0 4 314 65 133
Binary 11011011 11101010 11110100 1010 100 0 100 11001100 110101 1011011

Color Harmonies of #DBEAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAF4

Black with #DBEAF4

Text Example


Text Example

White with #DBEAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAF4; }

 p { color: rgb(219,234,244); }

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

background-color css

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

 a { background-color: rgb(219,234,244); }

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

border-color css

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

 span { border-color: rgb(219,234,244); }

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