Html Css Color HEX #DFEAF0 Pattens Blue

📋 copy color: '#DFEAF0'

red 223 ◦ green 234 ◦ blue 240

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

Shades of Pattens Blue #DFEAF0

Tints of Pattens Blue #DFEAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.57%

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

R = 31.99%
G = 33.57%
B = 34.43%

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

#DFEAF0 (or 0xDFEAF0) is known color: Pattens Blue. HEX triplet: DF, EA and F0. RGB value is (223,234,240). Sum of RGB (Red+Green+Blue) = 223+234+240=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF0 is #20150F. Grayscale: #E7E7E7. Windows color (decimal): -2102544 or 15788767. OLE color: 15788767.

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

Color convert

RGB 223 234 240 -
CMYK 0.07 0.02 0 0.06
HSL 201.18º 0.36% 0.91% -
HSV(B) 201.18º 0.07% 0.94% -
XYZ 75.58 80.82 94.06 -
YUV 231.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 223 234 240 0.07 0.02 0 0.06 201.18 0.36 0.91
Hex DF EA F0 7 2 0 6 C9 24 5B
Octal 337 352 360 7 2 0 6 311 44 133
Binary 11011111 11101010 11110000 111 10 0 110 11001001 100100 1011011

Color Harmonies of #DFEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEAF0

Black with #DFEAF0

Text Example


Text Example

White with #DFEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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