Html Css Color HEX #DCEEF5 Pattens Blue

📋 copy color: '#DCEEF5'

red 220 ◦ green 238 ◦ blue 245

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

Shades of Pattens Blue #DCEEF5

Tints of Pattens Blue #DCEEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.85%

R = 31.29%
G = 33.85%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCEEF5 (or 0xDCEEF5) is known color: Pattens Blue. HEX triplet: DC, EE and F5. RGB value is (220,238,245). Sum of RGB (Red+Green+Blue) = 220+238+245=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF5 is #23110A. Grayscale: #E9E9E9. Windows color (decimal): -2298123 or 16117468. OLE color: 16117468.

HSL color Cylindrical-coordinate representation of color #DCEEF5: hue angle of 196.8º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEEF5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 238 245 -
CMYK 0.10 0.03 0 0.04
HSL 196.8º 0.56% 0.91% -
HSV(B) 196.8º 0.1% 0.96% -
XYZ 76.57 82.96 98.36 -
YUV 233.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 220 238 245 0.10 0.03 0 0.04 196.8 0.56 0.91
Hex DC EE F5 A 3 0 4 C5 38 5B
Octal 334 356 365 12 3 0 4 305 70 133
Binary 11011100 11101110 11110101 1010 11 0 100 11000101 111000 1011011

Color Harmonies of #DCEEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEF5

Black with #DCEEF5

Text Example


Text Example

White with #DCEEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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