Html Css Color HEX #DAE9F8 Pattens Blue

📋 copy color: '#DAE9F8'

red 218 ◦ green 233 ◦ blue 248

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

Shades of Pattens Blue #DAE9F8

Tints of Pattens Blue #DAE9F8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.33%

 BLUE value IS 248 (97.27% from 255) = 35.48%

R = 31.19%
G = 33.33%
B = 35.48%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAE9F8 (or 0xDAE9F8) is known color: Pattens Blue. HEX triplet: DA, E9 and F8. RGB value is (218,233,248). Sum of RGB (Red+Green+Blue) = 218+233+248=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F8 is #251607. Grayscale: #E6E6E6. Windows color (decimal): -2430472 or 16312794. OLE color: 16312794.

HSL color Cylindrical-coordinate representation of color #DAE9F8: hue angle of 210º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE9F8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 233 248 -
CMYK 0.12 0.06 0 0.03
HSL 210º 0.68% 0.91% -
HSV(B) 210º 0.12% 0.97% -
XYZ 75 79.96 100.29 -
YUV 230.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 218 233 248 0.12 0.06 0 0.03 210 0.68 0.91
Hex DA E9 F8 C 6 0 3 D2 44 5B
Octal 332 351 370 14 6 0 3 322 104 133
Binary 11011010 11101001 11111000 1100 110 0 11 11010010 1000100 1011011

Color Harmonies of #DAE9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9F8

Black with #DAE9F8

Text Example


Text Example

White with #DAE9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9F8; }

 p { color: rgb(218,233,248); }

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

background-color css

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

 a { background-color: rgb(218,233,248); }

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

border-color css

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

 span { border-color: rgb(218,233,248); }

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