Html Css Color HEX #DCEBF2 Pattens Blue

📋 copy color: '#DCEBF2'

red 220 ◦ green 235 ◦ blue 242

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

Shades of Pattens Blue #DCEBF2

Tints of Pattens Blue #DCEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.72%

 BLUE value IS 242 (94.92% from 255) = 34.72%

R = 31.56%
G = 33.72%
B = 34.72%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCEBF2 (or 0xDCEBF2) is known color: Pattens Blue. HEX triplet: DC, EB and F2. RGB value is (220,235,242). Sum of RGB (Red+Green+Blue) = 220+235+242=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF2 is #23140D. Grayscale: #E7E7E7. Windows color (decimal): -2298894 or 15920092. OLE color: 15920092.

HSL color Cylindrical-coordinate representation of color #DCEBF2: hue angle of 199.09º degrees, saturation: 0.46, 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 #DCEBF2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 235 242 -
CMYK 0.09 0.03 0 0.05
HSL 199.09º 0.46% 0.91% -
HSV(B) 199.09º 0.09% 0.95% -
XYZ 75.25 81.04 95.68 -
YUV 231.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 220 235 242 0.09 0.03 0 0.05 199.09 0.46 0.91
Hex DC EB F2 9 3 0 5 C7 2E 5B
Octal 334 353 362 11 3 0 5 307 56 133
Binary 11011100 11101011 11110010 1001 11 0 101 11000111 101110 1011011

Color Harmonies of #DCEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBF2

Black with #DCEBF2

Text Example


Text Example

White with #DCEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBF2; }

 p { color: rgb(220,235,242); }

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

background-color css

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

 a { background-color: rgb(220,235,242); }

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

border-color css

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

 span { border-color: rgb(220,235,242); }

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