Html Css Color HEX #DEE9F1 Pattens Blue

📋 copy color: '#DEE9F1'

red 222 ◦ green 233 ◦ blue 241

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

Shades of Pattens Blue #DEE9F1

Tints of Pattens Blue #DEE9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.63%

R = 31.9%
G = 33.48%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEE9F1 (or 0xDEE9F1) is known color: Pattens Blue. HEX triplet: DE, E9 and F1. RGB value is (222,233,241). Sum of RGB (Red+Green+Blue) = 222+233+241=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9F1 is #21160E. Grayscale: #E6E6E6. Windows color (decimal): -2168335 or 15854046. OLE color: 15854046.

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

Color convert

RGB 222 233 241 -
CMYK 0.08 0.03 0 0.05
HSL 205.26º 0.4% 0.91% -
HSV(B) 205.26º 0.08% 0.95% -
XYZ 75.14 80.16 94.73 -
YUV 230.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 222 233 241 0.08 0.03 0 0.05 205.26 0.4 0.91
Hex DE E9 F1 8 3 0 5 CD 28 5B
Octal 336 351 361 10 3 0 5 315 50 133
Binary 11011110 11101001 11110001 1000 11 0 101 11001101 101000 1011011

Color Harmonies of #DEE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9F1

Black with #DEE9F1

Text Example


Text Example

White with #DEE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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