Html Css Color HEX #DFEEF2 Pattens Blue

📋 copy color: '#DFEEF2'

red 223 ◦ green 238 ◦ blue 242

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

Shades of Pattens Blue #DFEEF2

Tints of Pattens Blue #DFEEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.85%

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

R = 31.72%
G = 33.85%
B = 34.42%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFEEF2 (or 0xDFEEF2) is known color: Pattens Blue. HEX triplet: DF, EE and F2. RGB value is (223,238,242). Sum of RGB (Red+Green+Blue) = 223+238+242=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF2 is #20110D. Grayscale: #E9E9E9. Windows color (decimal): -2101518 or 15920863. OLE color: 15920863.

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

Color convert

RGB 223 238 242 -
CMYK 0.08 0.02 0 0.05
HSL 192.63º 0.42% 0.91% -
HSV(B) 192.63º 0.08% 0.95% -
XYZ 77.03 83.25 96.01 -
YUV 233.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 223 238 242 0.08 0.02 0 0.05 192.63 0.42 0.91
Hex DF EE F2 8 2 0 5 C1 2A 5B
Octal 337 356 362 10 2 0 5 301 52 133
Binary 11011111 11101110 11110010 1000 10 0 101 11000001 101010 1011011

Color Harmonies of #DFEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEEF2

Black with #DFEEF2

Text Example


Text Example

White with #DFEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEEF2; }

 p { color: rgb(223,238,242); }

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

background-color css

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

 a { background-color: rgb(223,238,242); }

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

border-color css

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

 span { border-color: rgb(223,238,242); }

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