Html Css Color HEX #DCF1F6 Pattens Blue

📋 copy color: '#DCF1F6'

red 220 ◦ green 241 ◦ blue 246

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

Shades of Pattens Blue #DCF1F6

Tints of Pattens Blue #DCF1F6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.09%

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

R = 31.12%
G = 34.09%
B = 34.79%

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

#DCF1F6 (or 0xDCF1F6) is known color: Pattens Blue. HEX triplet: DC, F1 and F6. RGB value is (220,241,246). Sum of RGB (Red+Green+Blue) = 220+241+246=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCF1F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1F6 is #230E09. Grayscale: #EBEBEB. Windows color (decimal): -2297354 or 16183772. OLE color: 16183772.

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

Color convert

RGB 220 241 246 -
CMYK 0.11 0.02 0 0.04
HSL 191.54º 0.59% 0.91% -
HSV(B) 191.54º 0.11% 0.96% -
XYZ 77.61 84.78 99.46 -
YUV 235.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 220 241 246 0.11 0.02 0 0.04 191.54 0.59 0.91
Hex DC F1 F6 B 2 0 4 C0 3B 5B
Octal 334 361 366 13 2 0 4 300 73 133
Binary 11011100 11110001 11110110 1011 10 0 100 11000000 111011 1011011

Color Harmonies of #DCF1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1F6

Black with #DCF1F6

Text Example


Text Example

White with #DCF1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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