Html Css Color HEX #DCEDFC Pattens Blue

📋 copy color: '#DCEDFC'

red 220 ◦ green 237 ◦ blue 252

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

Shades of Pattens Blue #DCEDFC

Tints of Pattens Blue #DCEDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.54%

R = 31.03%
G = 33.43%
B = 35.54%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCEDFC (or 0xDCEDFC) is known color: Pattens Blue. HEX triplet: DC, ED and FC. RGB value is (220,237,252). Sum of RGB (Red+Green+Blue) = 220+237+252=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDFC is #231203. Grayscale: #E9E9E9. Windows color (decimal): -2298372 or 16575964. OLE color: 16575964.

HSL color Cylindrical-coordinate representation of color #DCEDFC: hue angle of 208.12º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEDFC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 237 252 -
CMYK 0.13 0.06 0 0.01
HSL 208.13º 0.84% 0.93% -
HSV(B) 208.13º 0.13% 0.99% -
XYZ 77.37 82.81 104 -
YUV 233.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 220 237 252 0.13 0.06 0 0.01 208.13 0.84 0.93
Hex DC ED FC D 6 0 1 D0 54 5D
Octal 334 355 374 15 6 0 1 320 124 135
Binary 11011100 11101101 11111100 1101 110 0 1 11010000 1010100 1011101

Color Harmonies of #DCEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDFC

Black with #DCEDFC

Text Example


Text Example

White with #DCEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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