Html Css Color HEX #DCE8EE Pattens Blue

📋 copy color: '#DCE8EE'

red 220 ◦ green 232 ◦ blue 238

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

Shades of Pattens Blue #DCE8EE

Tints of Pattens Blue #DCE8EE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.62%

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

R = 31.88%
G = 33.62%
B = 34.49%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCE8EE (or 0xDCE8EE) is known color: Pattens Blue. HEX triplet: DC, E8 and EE. RGB value is (220,232,238). Sum of RGB (Red+Green+Blue) = 220+232+238=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8EE is #231711. Grayscale: #E5E5E5. Windows color (decimal): -2299666 or 15657180. OLE color: 15657180.

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

Color convert

RGB 220 232 238 -
CMYK 0.08 0.03 0 0.07
HSL 200º 0.35% 0.9% -
HSV(B) 200º 0.08% 0.93% -
XYZ 73.8 79.1 92.27 -
YUV 229.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 220 232 238 0.08 0.03 0 0.07 200 0.35 0.9
Hex DC E8 EE 8 3 0 7 C8 23 5A
Octal 334 350 356 10 3 0 7 310 43 132
Binary 11011100 11101000 11101110 1000 11 0 111 11001000 100011 1011010

Color Harmonies of #DCE8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE8EE

Black with #DCE8EE

Text Example


Text Example

White with #DCE8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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