Html Css Color HEX #DFEDF8 Pattens Blue

📋 copy color: '#DFEDF8'

red 223 ◦ green 237 ◦ blue 248

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

Shades of Pattens Blue #DFEDF8

Tints of Pattens Blue #DFEDF8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.47%

 BLUE value IS 248 (97.27% from 255) = 35.03%

R = 31.5%
G = 33.47%
B = 35.03%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFEDF8 (or 0xDFEDF8) is known color: Pattens Blue. HEX triplet: DF, ED and F8. RGB value is (223,237,248). Sum of RGB (Red+Green+Blue) = 223+237+248=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF8 is #201207. Grayscale: #EAEAEA. Windows color (decimal): -2101768 or 16313823. OLE color: 16313823.

HSL color Cylindrical-coordinate representation of color #DFEDF8: hue angle of 206.4º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEDF8 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 237 248 -
CMYK 0.10 0.04 0 0.03
HSL 206.4º 0.64% 0.92% -
HSV(B) 206.4º 0.1% 0.97% -
XYZ 77.66 83.03 100.74 -
YUV 234.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 223 237 248 0.10 0.04 0 0.03 206.4 0.64 0.92
Hex DF ED F8 A 4 0 3 CE 40 5C
Octal 337 355 370 12 4 0 3 316 100 134
Binary 11011111 11101101 11111000 1010 100 0 11 11001110 1000000 1011100

Color Harmonies of #DFEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEDF8

Black with #DFEDF8

Text Example


Text Example

White with #DFEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEDF8; }

 p { color: rgb(223,237,248); }

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

background-color css

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

 a { background-color: rgb(223,237,248); }

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

border-color css

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

 span { border-color: rgb(223,237,248); }

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