Html Css Color HEX #DFEBEF Pattens Blue

📋 copy color: '#DFEBEF'

red 223 ◦ green 235 ◦ blue 239

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

Shades of Pattens Blue #DFEBEF

Tints of Pattens Blue #DFEBEF

RGB

 RED value IS 223 (87.5% from 255) = 31.99%

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

 BLUE value IS 239 (93.75% from 255) = 34.29%

R = 31.99%
G = 33.72%
B = 34.29%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFEBEF (or 0xDFEBEF) is known color: Pattens Blue. HEX triplet: DF, EB and EF. RGB value is (223,235,239). Sum of RGB (Red+Green+Blue) = 223+235+239=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBEF is #201410. Grayscale: #E7E7E7. Windows color (decimal): -2102289 or 15723487. OLE color: 15723487.

HSL color Cylindrical-coordinate representation of color #DFEBEF: hue angle of 195º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEBEF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 235 239 -
CMYK 0.07 0.02 0 0.06
HSL 195º 0.33% 0.91% -
HSV(B) 195º 0.07% 0.94% -
XYZ 75.72 81.34 93.37 -
YUV 231.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 223 235 239 0.07 0.02 0 0.06 195 0.33 0.91
Hex DF EB EF 7 2 0 6 C3 21 5B
Octal 337 353 357 7 2 0 6 303 41 133
Binary 11011111 11101011 11101111 111 10 0 110 11000011 100001 1011011

Color Harmonies of #DFEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBEF

Black with #DFEBEF

Text Example


Text Example

White with #DFEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBEF; }

 p { color: rgb(223,235,239); }

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

background-color css

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

 a { background-color: rgb(223,235,239); }

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

border-color css

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

 span { border-color: rgb(223,235,239); }

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