Html Css Color HEX #DFEDF0 Pattens Blue

📋 copy color: '#DFEDF0'

red 223 ◦ green 237 ◦ blue 240

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

Shades of Pattens Blue #DFEDF0

Tints of Pattens Blue #DFEDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.86%

 BLUE value IS 240 (94.14% from 255) = 34.29%

R = 31.86%
G = 33.86%
B = 34.29%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFEDF0 (or 0xDFEDF0) is known color: Pattens Blue. HEX triplet: DF, ED and F0. RGB value is (223,237,240). Sum of RGB (Red+Green+Blue) = 223+237+240=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF0 is #20120F. Grayscale: #E9E9E9. Windows color (decimal): -2101776 or 15789535. OLE color: 15789535.

HSL color Cylindrical-coordinate representation of color #DFEDF0: hue angle of 190.59º degrees, saturation: 0.36, 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 #DFEDF0 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 237 240 -
CMYK 0.07 0.01 0 0.06
HSL 190.59º 0.36% 0.91% -
HSV(B) 190.59º 0.07% 0.94% -
XYZ 76.44 82.55 94.34 -
YUV 233.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 223 237 240 0.07 0.01 0 0.06 190.59 0.36 0.91
Hex DF ED F0 7 1 0 6 BF 24 5B
Octal 337 355 360 7 1 0 6 277 44 133
Binary 11011111 11101101 11110000 111 1 0 110 10111111 100100 1011011

Color Harmonies of #DFEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEDF0

Black with #DFEDF0

Text Example


Text Example

White with #DFEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEDF0; }

 p { color: rgb(223,237,240); }

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

background-color css

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

 a { background-color: rgb(223,237,240); }

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

border-color css

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

 span { border-color: rgb(223,237,240); }

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