Html Css Color HEX #DCEAF7 Pattens Blue

📋 copy color: '#DCEAF7'

red 220 ◦ green 234 ◦ blue 247

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

Shades of Pattens Blue #DCEAF7

Tints of Pattens Blue #DCEAF7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.38%

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

R = 31.38%
G = 33.38%
B = 35.24%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCEAF7 (or 0xDCEAF7) is known color: Pattens Blue. HEX triplet: DC, EA and F7. RGB value is (220,234,247). Sum of RGB (Red+Green+Blue) = 220+234+247=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAF7 is #231508. Grayscale: #E7E7E7. Windows color (decimal): -2299145 or 16247516. OLE color: 16247516.

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

Color convert

RGB 220 234 247 -
CMYK 0.11 0.05 0 0.03
HSL 208.89º 0.63% 0.92% -
HSV(B) 208.89º 0.11% 0.97% -
XYZ 75.73 80.78 99.6 -
YUV 231.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 220 234 247 0.11 0.05 0 0.03 208.89 0.63 0.92
Hex DC EA F7 B 5 0 3 D1 3F 5C
Octal 334 352 367 13 5 0 3 321 77 134
Binary 11011100 11101010 11110111 1011 101 0 11 11010001 111111 1011100

Color Harmonies of #DCEAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEAF7

Black with #DCEAF7

Text Example


Text Example

White with #DCEAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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