Html Css Color HEX #DCF0F6 Pattens Blue

📋 copy color: '#DCF0F6'

red 220 ◦ green 240 ◦ blue 246

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

Shades of Pattens Blue #DCF0F6

Tints of Pattens Blue #DCF0F6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.99%

 BLUE value IS 246 (96.48% from 255) = 34.84%

R = 31.16%
G = 33.99%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCF0F6 (or 0xDCF0F6) is known color: Pattens Blue. HEX triplet: DC, F0 and F6. RGB value is (220,240,246). Sum of RGB (Red+Green+Blue) = 220+240+246=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCF0F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0F6 is #230F09. Grayscale: #EAEAEA. Windows color (decimal): -2297610 or 16183516. OLE color: 16183516.

HSL color Cylindrical-coordinate representation of color #DCF0F6: hue angle of 193.85º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF0F6 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 240 246 -
CMYK 0.11 0.02 0 0.04
HSL 193.85º 0.59% 0.91% -
HSV(B) 193.85º 0.11% 0.96% -
XYZ 77.31 84.19 99.36 -
YUV 234.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 220 240 246 0.11 0.02 0 0.04 193.85 0.59 0.91
Hex DC F0 F6 B 2 0 4 C2 3B 5B
Octal 334 360 366 13 2 0 4 302 73 133
Binary 11011100 11110000 11110110 1011 10 0 100 11000010 111011 1011011

Color Harmonies of #DCF0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0F6

Black with #DCF0F6

Text Example


Text Example

White with #DCF0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0F6; }

 p { color: rgb(220,240,246); }

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

background-color css

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

 a { background-color: rgb(220,240,246); }

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

border-color css

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

 span { border-color: rgb(220,240,246); }

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