Html Css Color HEX #DFE7EA Pattens Blue

📋 copy color: '#DFE7EA'

red 223 ◦ green 231 ◦ blue 234

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

Shades of Pattens Blue #DFE7EA

Tints of Pattens Blue #DFE7EA

RGB

 RED value IS 223 (87.5% from 255) = 32.41%

 GREEN value IS 231 (90.63% from 255) = 33.58%

 BLUE value IS 234 (91.8% from 255) = 34.01%

R = 32.41%
G = 33.58%
B = 34.01%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFE7EA (or 0xDFE7EA) is known color: Pattens Blue. HEX triplet: DF, E7 and EA. RGB value is (223,231,234). Sum of RGB (Red+Green+Blue) = 223+231+234=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7EA is #201815. Grayscale: #E4E4E4. Windows color (decimal): -2103318 or 15394783. OLE color: 15394783.

HSL color Cylindrical-coordinate representation of color #DFE7EA: hue angle of 196.36º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE7EA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 231 234 -
CMYK 0.05 0.01 0 0.08
HSL 196.36º 0.21% 0.9% -
HSV(B) 196.36º 0.05% 0.92% -
XYZ 73.86 78.78 89.16 -
YUV 228.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 223 231 234 0.05 0.01 0 0.08 196.36 0.21 0.9
Hex DF E7 EA 5 1 0 8 C4 15 5A
Octal 337 347 352 5 1 0 10 304 25 132
Binary 11011111 11100111 11101010 101 1 0 1000 11000100 10101 1011010

Color Harmonies of #DFE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE7EA

Black with #DFE7EA

Text Example


Text Example

White with #DFE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE7EA; }

 p { color: rgb(223,231,234); }

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

background-color css

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

 a { background-color: rgb(223,231,234); }

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

border-color css

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

 span { border-color: rgb(223,231,234); }

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