Html Css Color HEX #DEE9F2 Pattens Blue

📋 copy color: '#DEE9F2'

red 222 ◦ green 233 ◦ blue 242

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

Shades of Pattens Blue #DEE9F2

Tints of Pattens Blue #DEE9F2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.43%

 BLUE value IS 242 (94.92% from 255) = 34.72%

R = 31.85%
G = 33.43%
B = 34.72%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEE9F2 (or 0xDEE9F2) is known color: Pattens Blue. HEX triplet: DE, E9 and F2. RGB value is (222,233,242). Sum of RGB (Red+Green+Blue) = 222+233+242=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9F2 is #21160D. Grayscale: #E6E6E6. Windows color (decimal): -2168334 or 15919582. OLE color: 15919582.

HSL color Cylindrical-coordinate representation of color #DEE9F2: hue angle of 207º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE9F2 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 233 242 -
CMYK 0.08 0.04 0 0.05
HSL 207º 0.43% 0.91% -
HSV(B) 207º 0.08% 0.95% -
XYZ 75.29 80.22 95.52 -
YUV 230.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 222 233 242 0.08 0.04 0 0.05 207 0.43 0.91
Hex DE E9 F2 8 4 0 5 CF 2B 5B
Octal 336 351 362 10 4 0 5 317 53 133
Binary 11011110 11101001 11110010 1000 100 0 101 11001111 101011 1011011

Color Harmonies of #DEE9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9F2

Black with #DEE9F2

Text Example


Text Example

White with #DEE9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9F2; }

 p { color: rgb(222,233,242); }

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

background-color css

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

 a { background-color: rgb(222,233,242); }

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

border-color css

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

 span { border-color: rgb(222,233,242); }

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