Html Css Color HEX #DEEEF8 Pattens Blue

📋 copy color: '#DEEEF8'

red 222 ◦ green 238 ◦ blue 248

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

Shades of Pattens Blue #DEEEF8

Tints of Pattens Blue #DEEEF8

RGB

 RED value IS 222 (87.11% from 255) = 31.36%

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

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

R = 31.36%
G = 33.62%
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

#DEEEF8 (or 0xDEEEF8) is known color: Pattens Blue. HEX triplet: DE, EE and F8. RGB value is (222,238,248). Sum of RGB (Red+Green+Blue) = 222+238+248=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 238 (93.36% from 255 or 33.62% 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 #DEEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF8 is #211107. Grayscale: #EAEAEA. Windows color (decimal): -2167048 or 16314078. OLE color: 16314078.

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

Color convert

RGB 222 238 248 -
CMYK 0.10 0.04 0 0.03
HSL 203.08º 0.65% 0.92% -
HSV(B) 203.08º 0.1% 0.97% -
XYZ 77.64 83.46 100.82 -
YUV 234.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 222 238 248 0.10 0.04 0 0.03 203.08 0.65 0.92
Hex DE EE F8 A 4 0 3 CB 41 5C
Octal 336 356 370 12 4 0 3 313 101 134
Binary 11011110 11101110 11111000 1010 100 0 11 11001011 1000001 1011100

Color Harmonies of #DEEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEEF8

Black with #DEEEF8

Text Example


Text Example

White with #DEEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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