Html Css Color HEX #DFEAED Pattens Blue

📋 copy color: '#DFEAED'

red 223 ◦ green 234 ◦ blue 237

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

Shades of Pattens Blue #DFEAED

Tints of Pattens Blue #DFEAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.15%

R = 32.13%
G = 33.72%
B = 34.15%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFEAED (or 0xDFEAED) is known color: Pattens Blue. HEX triplet: DF, EA and ED. RGB value is (223,234,237). Sum of RGB (Red+Green+Blue) = 223+234+237=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAED is #201512. Grayscale: #E7E7E7. Windows color (decimal): -2102547 or 15592159. OLE color: 15592159.

HSL color Cylindrical-coordinate representation of color #DFEAED: hue angle of 192.86º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEAED is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 234 237 -
CMYK 0.06 0.01 0 0.07
HSL 192.86º 0.28% 0.9% -
HSV(B) 192.86º 0.06% 0.93% -
XYZ 75.14 80.65 91.73 -
YUV 231.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 223 234 237 0.06 0.01 0 0.07 192.86 0.28 0.9
Hex DF EA ED 6 1 0 7 C1 1C 5A
Octal 337 352 355 6 1 0 7 301 34 132
Binary 11011111 11101010 11101101 110 1 0 111 11000001 11100 1011010

Color Harmonies of #DFEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEAED

Black with #DFEAED

Text Example


Text Example

White with #DFEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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