Html Css Color HEX #DFEEF8 Pattens Blue

📋 copy color: '#DFEEF8'

red 223 ◦ green 238 ◦ blue 248

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

Shades of Pattens Blue #DFEEF8

Tints of Pattens Blue #DFEEF8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.57%

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

R = 31.45%
G = 33.57%
B = 34.98%

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

#DFEEF8 (or 0xDFEEF8) is known color: Pattens Blue. HEX triplet: DF, EE and F8. RGB value is (223,238,248). Sum of RGB (Red+Green+Blue) = 223+238+248=709 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.45% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF8 is #201107. Grayscale: #EAEAEA. Windows color (decimal): -2101512 or 16314079. OLE color: 16314079.

HSL color Cylindrical-coordinate representation of color #DFEEF8: hue angle of 204º 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 #DFEEF8 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 238 248 -
CMYK 0.10 0.04 0 0.03
HSL 204º 0.64% 0.92% -
HSV(B) 204º 0.1% 0.97% -
XYZ 77.95 83.61 100.84 -
YUV 234.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 223 238 248 0.10 0.04 0 0.03 204 0.64 0.92
Hex DF EE F8 A 4 0 3 CC 40 5C
Octal 337 356 370 12 4 0 3 314 100 134
Binary 11011111 11101110 11111000 1010 100 0 11 11001100 1000000 1011100

Color Harmonies of #DFEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEEF8

Black with #DFEEF8

Text Example


Text Example

White with #DFEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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