Html Css Color HEX #DCEDFA Pattens Blue

📋 copy color: '#DCEDFA'

red 220 ◦ green 237 ◦ blue 250

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

Shades of Pattens Blue #DCEDFA

Tints of Pattens Blue #DCEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.52%

 BLUE value IS 250 (98.05% from 255) = 35.36%

R = 31.12%
G = 33.52%
B = 35.36%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCEDFA (or 0xDCEDFA) is known color: Pattens Blue. HEX triplet: DC, ED and FA. RGB value is (220,237,250). Sum of RGB (Red+Green+Blue) = 220+237+250=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDFA is #231205. Grayscale: #E9E9E9. Windows color (decimal): -2298374 or 16444892. OLE color: 16444892.

HSL color Cylindrical-coordinate representation of color #DCEDFA: hue angle of 206º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEDFA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 237 250 -
CMYK 0.12 0.05 0 0.02
HSL 206º 0.75% 0.92% -
HSV(B) 206º 0.12% 0.98% -
XYZ 77.05 82.69 102.34 -
YUV 233.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 220 237 250 0.12 0.05 0 0.02 206 0.75 0.92
Hex DC ED FA C 5 0 2 CE 4B 5C
Octal 334 355 372 14 5 0 2 316 113 134
Binary 11011100 11101101 11111010 1100 101 0 10 11001110 1001011 1011100

Color Harmonies of #DCEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDFA

Black with #DCEDFA

Text Example


Text Example

White with #DCEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDFA; }

 p { color: rgb(220,237,250); }

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

background-color css

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

 a { background-color: rgb(220,237,250); }

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

border-color css

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

 span { border-color: rgb(220,237,250); }

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