Html Css Color HEX #DAEDF7 Pattens Blue

📋 copy color: '#DAEDF7'

red 218 ◦ green 237 ◦ blue 247

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

Shades of Pattens Blue #DAEDF7

Tints of Pattens Blue #DAEDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.19%

R = 31.05%
G = 33.76%
B = 35.19%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAEDF7 (or 0xDAEDF7) is known color: Pattens Blue. HEX triplet: DA, ED and F7. RGB value is (218,237,247). Sum of RGB (Red+Green+Blue) = 218+237+247=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF7 is #251208. Grayscale: #E8E8E8. Windows color (decimal): -2429449 or 16248282. OLE color: 16248282.

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

Color convert

RGB 218 237 247 -
CMYK 0.12 0.04 0 0.03
HSL 200.69º 0.64% 0.91% -
HSV(B) 200.69º 0.12% 0.97% -
XYZ 75.99 82.19 99.85 -
YUV 232.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 218 237 247 0.12 0.04 0 0.03 200.69 0.64 0.91
Hex DA ED F7 C 4 0 3 C9 40 5B
Octal 332 355 367 14 4 0 3 311 100 133
Binary 11011010 11101101 11110111 1100 100 0 11 11001001 1000000 1011011

Color Harmonies of #DAEDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDF7

Black with #DAEDF7

Text Example


Text Example

White with #DAEDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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