Html Css Color HEX #DCEEFE Pattens Blue

📋 copy color: '#DCEEFE'

red 220 ◦ green 238 ◦ blue 254

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

Shades of Pattens Blue #DCEEFE

Tints of Pattens Blue #DCEEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.43%

 BLUE value IS 254 (99.61% from 255) = 35.67%

R = 30.9%
G = 33.43%
B = 35.67%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCEEFE (or 0xDCEEFE) is known color: Pattens Blue. HEX triplet: DC, EE and FE. RGB value is (220,238,254). Sum of RGB (Red+Green+Blue) = 220+238+254=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFE is #231101. Grayscale: #EAEAEA. Windows color (decimal): -2298114 or 16707292. OLE color: 16707292.

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

Color convert

RGB 220 238 254 -
CMYK 0.13 0.06 0 0.00
HSL 208.24º 0.94% 0.93% -
HSV(B) 208.24º 0.13% 1% -
XYZ 77.98 83.52 105.78 -
YUV 234.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 220 238 254 0.13 0.06 0 0.00 208.24 0.94 0.93
Hex DC EE FE D 6 0 0 D0 5E 5D
Octal 334 356 376 15 6 0 0 320 136 135
Binary 11011100 11101110 11111110 1101 110 0 0 11010000 1011110 1011101

Color Harmonies of #DCEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEFE

Black with #DCEEFE

Text Example


Text Example

White with #DCEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEFE; }

 p { color: rgb(220,238,254); }

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

background-color css

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

 a { background-color: rgb(220,238,254); }

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

border-color css

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

 span { border-color: rgb(220,238,254); }

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