Html Css Color HEX #DAEDF6 Pattens Blue

📋 copy color: '#DAEDF6'

red 218 ◦ green 237 ◦ blue 246

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

Shades of Pattens Blue #DAEDF6

Tints of Pattens Blue #DAEDF6

RGB

 RED value IS 218 (85.55% from 255) = 31.1%

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

 BLUE value IS 246 (96.48% from 255) = 35.09%

R = 31.1%
G = 33.81%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAEDF6 (or 0xDAEDF6) is known color: Pattens Blue. HEX triplet: DA, ED and F6. RGB value is (218,237,246). Sum of RGB (Red+Green+Blue) = 218+237+246=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF6 is #251209. Grayscale: #E8E8E8. Windows color (decimal): -2429450 or 16182746. OLE color: 16182746.

HSL color Cylindrical-coordinate representation of color #DAEDF6: hue angle of 199.29º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEDF6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 237 246 -
CMYK 0.11 0.04 0 0.04
HSL 199.29º 0.61% 0.91% -
HSV(B) 199.29º 0.11% 0.96% -
XYZ 75.83 82.13 99.04 -
YUV 232.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 218 237 246 0.11 0.04 0 0.04 199.29 0.61 0.91
Hex DA ED F6 B 4 0 4 C7 3D 5B
Octal 332 355 366 13 4 0 4 307 75 133
Binary 11011010 11101101 11110110 1011 100 0 100 11000111 111101 1011011

Color Harmonies of #DAEDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDF6

Black with #DAEDF6

Text Example


Text Example

White with #DAEDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDF6; }

 p { color: rgb(218,237,246); }

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

background-color css

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

 a { background-color: rgb(218,237,246); }

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

border-color css

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

 span { border-color: rgb(218,237,246); }

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