Html Css Color HEX #DAE7ED Pattens Blue

📋 copy color: '#DAE7ED'

red 218 ◦ green 231 ◦ blue 237

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

Shades of Pattens Blue #DAE7ED

Tints of Pattens Blue #DAE7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.67%

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 31.78%
G = 33.67%
B = 34.55%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE7ED (or 0xDAE7ED) is known color: Pattens Blue. HEX triplet: DA, E7 and ED. RGB value is (218,231,237). Sum of RGB (Red+Green+Blue) = 218+231+237=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7ED is #251812. Grayscale: #E3E3E3. Windows color (decimal): -2430995 or 15591386. OLE color: 15591386.

HSL color Cylindrical-coordinate representation of color #DAE7ED: hue angle of 198.95º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE7ED is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 231 237 -
CMYK 0.08 0.03 0 0.07
HSL 198.95º 0.35% 0.89% -
HSV(B) 198.95º 0.08% 0.93% -
XYZ 72.78 78.17 91.37 -
YUV 227.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 218 231 237 0.08 0.03 0 0.07 198.95 0.35 0.89
Hex DA E7 ED 8 3 0 7 C7 23 59
Octal 332 347 355 10 3 0 7 307 43 131
Binary 11011010 11100111 11101101 1000 11 0 111 11000111 100011 1011001

Color Harmonies of #DAE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7ED

Black with #DAE7ED

Text Example


Text Example

White with #DAE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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