Html Css Color HEX #DCEAF8 Pattens Blue

📋 copy color: '#DCEAF8'

red 220 ◦ green 234 ◦ blue 248

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

Shades of Pattens Blue #DCEAF8

Tints of Pattens Blue #DCEAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.33%

R = 31.34%
G = 33.33%
B = 35.33%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCEAF8 (or 0xDCEAF8) is known color: Pattens Blue. HEX triplet: DC, EA and F8. RGB value is (220,234,248). Sum of RGB (Red+Green+Blue) = 220+234+248=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAF8 is #231507. Grayscale: #E7E7E7. Windows color (decimal): -2299144 or 16313052. OLE color: 16313052.

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

Color convert

RGB 220 234 248 -
CMYK 0.11 0.06 0 0.03
HSL 210º 0.67% 0.92% -
HSV(B) 210º 0.11% 0.97% -
XYZ 75.88 80.84 100.41 -
YUV 231.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 220 234 248 0.11 0.06 0 0.03 210 0.67 0.92
Hex DC EA F8 B 6 0 3 D2 43 5C
Octal 334 352 370 13 6 0 3 322 103 134
Binary 11011100 11101010 11111000 1011 110 0 11 11010010 1000011 1011100

Color Harmonies of #DCEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEAF8

Black with #DCEAF8

Text Example


Text Example

White with #DCEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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