Html Css Color HEX #DAEDF9 Pattens Blue

📋 copy color: '#DAEDF9'

red 218 ◦ green 237 ◦ blue 249

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

Shades of Pattens Blue #DAEDF9

Tints of Pattens Blue #DAEDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.37%

R = 30.97%
G = 33.66%
B = 35.37%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAEDF9 (or 0xDAEDF9) is known color: Pattens Blue. HEX triplet: DA, ED and F9. RGB value is (218,237,249). Sum of RGB (Red+Green+Blue) = 218+237+249=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF9 is #251206. Grayscale: #E8E8E8. Windows color (decimal): -2429447 or 16379354. OLE color: 16379354.

HSL color Cylindrical-coordinate representation of color #DAEDF9: hue angle of 203.23º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEDF9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 237 249 -
CMYK 0.12 0.05 0 0.02
HSL 203.23º 0.72% 0.92% -
HSV(B) 203.23º 0.12% 0.98% -
XYZ 76.3 82.31 101.49 -
YUV 232.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 218 237 249 0.12 0.05 0 0.02 203.23 0.72 0.92
Hex DA ED F9 C 5 0 2 CB 48 5C
Octal 332 355 371 14 5 0 2 313 110 134
Binary 11011010 11101101 11111001 1100 101 0 10 11001011 1001000 1011100

Color Harmonies of #DAEDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDF9

Black with #DAEDF9

Text Example


Text Example

White with #DAEDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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