Html Css Color HEX #DCEAF0 Pattens Blue

📋 copy color: '#DCEAF0'

red 220 ◦ green 234 ◦ blue 240

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

Shades of Pattens Blue #DCEAF0

Tints of Pattens Blue #DCEAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.58%

R = 31.7%
G = 33.72%
B = 34.58%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCEAF0 (or 0xDCEAF0) is known color: Pattens Blue. HEX triplet: DC, EA and F0. RGB value is (220,234,240). Sum of RGB (Red+Green+Blue) = 220+234+240=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAF0 is #23150F. Grayscale: #E6E6E6. Windows color (decimal): -2299152 or 15788764. OLE color: 15788764.

HSL color Cylindrical-coordinate representation of color #DCEAF0: hue angle of 198º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEAF0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 234 240 -
CMYK 0.08 0.02 0 0.06
HSL 198º 0.4% 0.9% -
HSV(B) 198º 0.08% 0.94% -
XYZ 74.67 80.35 94.01 -
YUV 230.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 220 234 240 0.08 0.02 0 0.06 198 0.4 0.9
Hex DC EA F0 8 2 0 6 C6 28 5A
Octal 334 352 360 10 2 0 6 306 50 132
Binary 11011100 11101010 11110000 1000 10 0 110 11000110 101000 1011010

Color Harmonies of #DCEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEAF0

Black with #DCEAF0

Text Example


Text Example

White with #DCEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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