Html Css Color HEX #DCEFF3 Pattens Blue

📋 copy color: '#DCEFF3'

red 220 ◦ green 239 ◦ blue 243

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

Shades of Pattens Blue #DCEFF3

Tints of Pattens Blue #DCEFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.62%

R = 31.34%
G = 34.05%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCEFF3 (or 0xDCEFF3) is known color: Pattens Blue. HEX triplet: DC, EF and F3. RGB value is (220,239,243). Sum of RGB (Red+Green+Blue) = 220+239+243=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF3 is #23100C. Grayscale: #E9E9E9. Windows color (decimal): -2297869 or 15986652. OLE color: 15986652.

HSL color Cylindrical-coordinate representation of color #DCEFF3: hue angle of 190.43º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEFF3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 239 243 -
CMYK 0.09 0.02 0 0.05
HSL 190.43º 0.49% 0.91% -
HSV(B) 190.43º 0.09% 0.95% -
XYZ 76.56 83.42 96.86 -
YUV 233.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 220 239 243 0.09 0.02 0 0.05 190.43 0.49 0.91
Hex DC EF F3 9 2 0 5 BE 31 5B
Octal 334 357 363 11 2 0 5 276 61 133
Binary 11011100 11101111 11110011 1001 10 0 101 10111110 110001 1011011

Color Harmonies of #DCEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFF3

Black with #DCEFF3

Text Example


Text Example

White with #DCEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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