Html Css Color HEX #DFE8EB Pattens Blue

📋 copy color: '#DFE8EB'

red 223 ◦ green 232 ◦ blue 235

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

Shades of Pattens Blue #DFE8EB

Tints of Pattens Blue #DFE8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.62%

 BLUE value IS 235 (92.19% from 255) = 34.06%

R = 32.32%
G = 33.62%
B = 34.06%

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

#DFE8EB (or 0xDFE8EB) is known color: Pattens Blue. HEX triplet: DF, E8 and EB. RGB value is (223,232,235). Sum of RGB (Red+Green+Blue) = 223+232+235=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8EB is #201714. Grayscale: #E5E5E5. Windows color (decimal): -2103061 or 15460575. OLE color: 15460575.

HSL color Cylindrical-coordinate representation of color #DFE8EB: hue angle of 195º degrees, saturation: 0.23, 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 #DFE8EB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 232 235 -
CMYK 0.05 0.01 0 0.08
HSL 195º 0.23% 0.9% -
HSV(B) 195º 0.05% 0.92% -
XYZ 74.28 79.4 90.01 -
YUV 229.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 223 232 235 0.05 0.01 0 0.08 195 0.23 0.9
Hex DF E8 EB 5 1 0 8 C3 17 5A
Octal 337 350 353 5 1 0 10 303 27 132
Binary 11011111 11101000 11101011 101 1 0 1000 11000011 10111 1011010

Color Harmonies of #DFE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE8EB

Black with #DFE8EB

Text Example


Text Example

White with #DFE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE8EB; }

 p { color: rgb(223,232,235); }

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

background-color css

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

 a { background-color: rgb(223,232,235); }

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

border-color css

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

 span { border-color: rgb(223,232,235); }

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