Html Css Color HEX #DAEDFA Pattens Blue

📋 copy color: '#DAEDFA'

red 218 ◦ green 237 ◦ blue 250

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

Shades of Pattens Blue #DAEDFA

Tints of Pattens Blue #DAEDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.46%

R = 30.92%
G = 33.62%
B = 35.46%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAEDFA (or 0xDAEDFA) is known color: Pattens Blue. HEX triplet: DA, ED and FA. RGB value is (218,237,250). Sum of RGB (Red+Green+Blue) = 218+237+250=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDFA is #251205. Grayscale: #E8E8E8. Windows color (decimal): -2429446 or 16444890. OLE color: 16444890.

HSL color Cylindrical-coordinate representation of color #DAEDFA: hue angle of 204.38º degrees, saturation: 0.76, 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 #DAEDFA is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 237 250 -
CMYK 0.13 0.05 0 0.02
HSL 204.38º 0.76% 0.92% -
HSV(B) 204.38º 0.13% 0.98% -
XYZ 76.45 82.38 102.31 -
YUV 232.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 218 237 250 0.13 0.05 0 0.02 204.38 0.76 0.92
Hex DA ED FA D 5 0 2 CC 4C 5C
Octal 332 355 372 15 5 0 2 314 114 134
Binary 11011010 11101101 11111010 1101 101 0 10 11001100 1001100 1011100

Color Harmonies of #DAEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDFA

Black with #DAEDFA

Text Example


Text Example

White with #DAEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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