Html Css Color HEX #DAEDFB Pattens Blue

📋 copy color: '#DAEDFB'

red 218 ◦ green 237 ◦ blue 251

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

Shades of Pattens Blue #DAEDFB

Tints of Pattens Blue #DAEDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.55%

R = 30.88%
G = 33.57%
B = 35.55%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAEDFB (or 0xDAEDFB) is known color: Pattens Blue. HEX triplet: DA, ED and FB. RGB value is (218,237,251). Sum of RGB (Red+Green+Blue) = 218+237+251=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDFB is #251204. Grayscale: #E8E8E8. Windows color (decimal): -2429445 or 16510426. OLE color: 16510426.

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

Color convert

RGB 218 237 251 -
CMYK 0.13 0.06 0 0.02
HSL 205.45º 0.8% 0.92% -
HSV(B) 205.45º 0.13% 0.98% -
XYZ 76.61 82.44 103.14 -
YUV 232.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 218 237 251 0.13 0.06 0 0.02 205.45 0.8 0.92
Hex DA ED FB D 6 0 2 CD 50 5C
Octal 332 355 373 15 6 0 2 315 120 134
Binary 11011010 11101101 11111011 1101 110 0 10 11001101 1010000 1011100

Color Harmonies of #DAEDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDFB

Black with #DAEDFB

Text Example


Text Example

White with #DAEDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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