Html Css Color HEX #DCEFF8 Pattens Blue

📋 copy color: '#DCEFF8'

red 220 ◦ green 239 ◦ blue 248

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

Shades of Pattens Blue #DCEFF8

Tints of Pattens Blue #DCEFF8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.8%

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

R = 31.12%
G = 33.8%
B = 35.08%

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

#DCEFF8 (or 0xDCEFF8) is known color: Pattens Blue. HEX triplet: DC, EF and F8. RGB value is (220,239,248). Sum of RGB (Red+Green+Blue) = 220+239+248=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCEFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF8 is #231007. Grayscale: #EAEAEA. Windows color (decimal): -2297864 or 16314332. OLE color: 16314332.

HSL color Cylindrical-coordinate representation of color #DCEFF8: hue angle of 199.29º 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 #DCEFF8 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 239 248 -
CMYK 0.11 0.04 0 0.03
HSL 199.29º 0.67% 0.92% -
HSV(B) 199.29º 0.11% 0.97% -
XYZ 77.32 83.73 100.89 -
YUV 234.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 220 239 248 0.11 0.04 0 0.03 199.29 0.67 0.92
Hex DC EF F8 B 4 0 3 C7 43 5C
Octal 334 357 370 13 4 0 3 307 103 134
Binary 11011100 11101111 11111000 1011 100 0 11 11000111 1000011 1011100

Color Harmonies of #DCEFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFF8

Black with #DCEFF8

Text Example


Text Example

White with #DCEFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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