Html Css Color HEX #DCE9EF Pattens Blue

📋 copy color: '#DCE9EF'

red 220 ◦ green 233 ◦ blue 239

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

Shades of Pattens Blue #DCE9EF

Tints of Pattens Blue #DCE9EF

RGB

 RED value IS 220 (86.33% from 255) = 31.79%

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

 BLUE value IS 239 (93.75% from 255) = 34.54%

R = 31.79%
G = 33.67%
B = 34.54%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCE9EF (or 0xDCE9EF) is known color: Pattens Blue. HEX triplet: DC, E9 and EF. RGB value is (220,233,239). Sum of RGB (Red+Green+Blue) = 220+233+239=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9EF is #231610. Grayscale: #E5E5E5. Windows color (decimal): -2299409 or 15722972. OLE color: 15722972.

HSL color Cylindrical-coordinate representation of color #DCE9EF: hue angle of 198.95º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE9EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 233 239 -
CMYK 0.08 0.03 0 0.06
HSL 198.95º 0.37% 0.9% -
HSV(B) 198.95º 0.08% 0.94% -
XYZ 74.23 79.73 93.14 -
YUV 229.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 220 233 239 0.08 0.03 0 0.06 198.95 0.37 0.9
Hex DC E9 EF 8 3 0 6 C7 25 5A
Octal 334 351 357 10 3 0 6 307 45 132
Binary 11011100 11101001 11101111 1000 11 0 110 11000111 100101 1011010

Color Harmonies of #DCE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE9EF

Black with #DCE9EF

Text Example


Text Example

White with #DCE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE9EF; }

 p { color: rgb(220,233,239); }

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

background-color css

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

 a { background-color: rgb(220,233,239); }

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

border-color css

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

 span { border-color: rgb(220,233,239); }

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