Html Css Color HEX #DCE9EE Pattens Blue

📋 copy color: '#DCE9EE'

red 220 ◦ green 233 ◦ blue 238

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

Shades of Pattens Blue #DCE9EE

Tints of Pattens Blue #DCE9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.44%

R = 31.84%
G = 33.72%
B = 34.44%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCE9EE (or 0xDCE9EE) is known color: Pattens Blue. HEX triplet: DC, E9 and EE. RGB value is (220,233,238). Sum of RGB (Red+Green+Blue) = 220+233+238=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9EE is #231611. Grayscale: #E5E5E5. Windows color (decimal): -2299410 or 15657436. OLE color: 15657436.

HSL color Cylindrical-coordinate representation of color #DCE9EE: hue angle of 196.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE9EE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 233 238 -
CMYK 0.08 0.02 0 0.07
HSL 196.67º 0.35% 0.9% -
HSV(B) 196.67º 0.08% 0.93% -
XYZ 74.09 79.67 92.36 -
YUV 229.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 220 233 238 0.08 0.02 0 0.07 196.67 0.35 0.9
Hex DC E9 EE 8 2 0 7 C5 23 5A
Octal 334 351 356 10 2 0 7 305 43 132
Binary 11011100 11101001 11101110 1000 10 0 111 11000101 100011 1011010

Color Harmonies of #DCE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE9EE

Black with #DCE9EE

Text Example


Text Example

White with #DCE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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