Html Css Color HEX #DAEEF6 Pattens Blue

📋 copy color: '#DAEEF6'

red 218 ◦ green 238 ◦ blue 246

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

Shades of Pattens Blue #DAEEF6

Tints of Pattens Blue #DAEEF6

RGB

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

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

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

R = 31.05%
G = 33.9%
B = 35.04%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAEEF6 (or 0xDAEEF6) is known color: Pattens Blue. HEX triplet: DA, EE and F6. RGB value is (218,238,246). Sum of RGB (Red+Green+Blue) = 218+238+246=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF6 is #251109. Grayscale: #E8E8E8. Windows color (decimal): -2429194 or 16183002. OLE color: 16183002.

HSL color Cylindrical-coordinate representation of color #DAEEF6: hue angle of 197.14º 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 #DAEEF6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 238 246 -
CMYK 0.11 0.03 0 0.04
HSL 197.14º 0.61% 0.91% -
HSV(B) 197.14º 0.11% 0.96% -
XYZ 76.12 82.71 99.14 -
YUV 232.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 218 238 246 0.11 0.03 0 0.04 197.14 0.61 0.91
Hex DA EE F6 B 3 0 4 C5 3D 5B
Octal 332 356 366 13 3 0 4 305 75 133
Binary 11011010 11101110 11110110 1011 11 0 100 11000101 111101 1011011

Color Harmonies of #DAEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEF6

Black with #DAEEF6

Text Example


Text Example

White with #DAEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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