Html Css Color HEX #DAEDF5 Pattens Blue

📋 copy color: '#DAEDF5'

red 218 ◦ green 237 ◦ blue 245

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

Shades of Pattens Blue #DAEDF5

Tints of Pattens Blue #DAEDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35%

R = 31.14%
G = 33.86%
B = 35%

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

#DAEDF5 (or 0xDAEDF5) is known color: Pattens Blue. HEX triplet: DA, ED and F5. RGB value is (218,237,245). Sum of RGB (Red+Green+Blue) = 218+237+245=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF5 is #25120A. Grayscale: #E8E8E8. Windows color (decimal): -2429451 or 16117210. OLE color: 16117210.

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

Color convert

RGB 218 237 245 -
CMYK 0.11 0.03 0 0.04
HSL 197.78º 0.57% 0.91% -
HSV(B) 197.78º 0.11% 0.96% -
XYZ 75.68 82.07 98.24 -
YUV 232.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 218 237 245 0.11 0.03 0 0.04 197.78 0.57 0.91
Hex DA ED F5 B 3 0 4 C6 39 5B
Octal 332 355 365 13 3 0 4 306 71 133
Binary 11011010 11101101 11110101 1011 11 0 100 11000110 111001 1011011

Color Harmonies of #DAEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDF5

Black with #DAEDF5

Text Example


Text Example

White with #DAEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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