Html Css Color HEX #DCEEF8 Pattens Blue

📋 copy color: '#DCEEF8'

red 220 ◦ green 238 ◦ blue 248

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

Shades of Pattens Blue #DCEEF8

Tints of Pattens Blue #DCEEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 31.16%
G = 33.71%
B = 35.13%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCEEF8 (or 0xDCEEF8) is known color: Pattens Blue. HEX triplet: DC, EE and F8. RGB value is (220,238,248). Sum of RGB (Red+Green+Blue) = 220+238+248=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF8 is #231107. Grayscale: #E9E9E9. Windows color (decimal): -2298120 or 16314076. OLE color: 16314076.

HSL color Cylindrical-coordinate representation of color #DCEEF8: hue angle of 201.43º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEEF8 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 238 248 -
CMYK 0.11 0.04 0 0.03
HSL 201.43º 0.67% 0.92% -
HSV(B) 201.43º 0.11% 0.97% -
XYZ 77.03 83.14 100.79 -
YUV 233.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 220 238 248 0.11 0.04 0 0.03 201.43 0.67 0.92
Hex DC EE F8 B 4 0 3 C9 43 5C
Octal 334 356 370 13 4 0 3 311 103 134
Binary 11011100 11101110 11111000 1011 100 0 11 11001001 1000011 1011100

Color Harmonies of #DCEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEF8

Black with #DCEEF8

Text Example


Text Example

White with #DCEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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