Html Css Color HEX #DCEEF7 Pattens Blue

📋 copy color: '#DCEEF7'

red 220 ◦ green 238 ◦ blue 247

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

Shades of Pattens Blue #DCEEF7

Tints of Pattens Blue #DCEEF7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.76%

 BLUE value IS 247 (96.88% from 255) = 35.04%

R = 31.21%
G = 33.76%
B = 35.04%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCEEF7 (or 0xDCEEF7) is known color: Pattens Blue. HEX triplet: DC, EE and F7. RGB value is (220,238,247). Sum of RGB (Red+Green+Blue) = 220+238+247=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF7 is #231108. Grayscale: #E9E9E9. Windows color (decimal): -2298121 or 16248540. OLE color: 16248540.

HSL color Cylindrical-coordinate representation of color #DCEEF7: hue angle of 200º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEEF7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 238 247 -
CMYK 0.11 0.04 0 0.03
HSL 200º 0.63% 0.92% -
HSV(B) 200º 0.11% 0.97% -
XYZ 76.88 83.08 99.98 -
YUV 233.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 220 238 247 0.11 0.04 0 0.03 200 0.63 0.92
Hex DC EE F7 B 4 0 3 C8 3F 5C
Octal 334 356 367 13 4 0 3 310 77 134
Binary 11011100 11101110 11110111 1011 100 0 11 11001000 111111 1011100

Color Harmonies of #DCEEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEF7

Black with #DCEEF7

Text Example


Text Example

White with #DCEEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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