Html Css Color HEX #DCEFF7 Pattens Blue

📋 copy color: '#DCEFF7'

red 220 ◦ green 239 ◦ blue 247

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

Shades of Pattens Blue #DCEFF7

Tints of Pattens Blue #DCEFF7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.85%

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

R = 31.16%
G = 33.85%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCEFF7 (or 0xDCEFF7) is known color: Pattens Blue. HEX triplet: DC, EF and F7. RGB value is (220,239,247). Sum of RGB (Red+Green+Blue) = 220+239+247=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF7 is #231008. Grayscale: #EAEAEA. Windows color (decimal): -2297865 or 16248796. OLE color: 16248796.

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

Color convert

RGB 220 239 247 -
CMYK 0.11 0.03 0 0.03
HSL 197.78º 0.63% 0.92% -
HSV(B) 197.78º 0.11% 0.97% -
XYZ 77.17 83.66 100.08 -
YUV 234.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 220 239 247 0.11 0.03 0 0.03 197.78 0.63 0.92
Hex DC EF F7 B 3 0 3 C6 3F 5C
Octal 334 357 367 13 3 0 3 306 77 134
Binary 11011100 11101111 11110111 1011 11 0 11 11000110 111111 1011100

Color Harmonies of #DCEFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFF7

Black with #DCEFF7

Text Example


Text Example

White with #DCEFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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