Html Css Color HEX #DAE4EF Pattens Blue

📋 copy color: '#DAE4EF'

red 218 ◦ green 228 ◦ blue 239

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

Shades of Pattens Blue #DAE4EF

Tints of Pattens Blue #DAE4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.28%

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 31.82%
G = 33.28%
B = 34.89%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAE4EF (or 0xDAE4EF) is known color: Pattens Blue. HEX triplet: DA, E4 and EF. RGB value is (218,228,239). Sum of RGB (Red+Green+Blue) = 218+228+239=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4EF is #251B10. Grayscale: #E2E2E2. Windows color (decimal): -2431761 or 15721690. OLE color: 15721690.

HSL color Cylindrical-coordinate representation of color #DAE4EF: hue angle of 211.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE4EF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 228 239 -
CMYK 0.09 0.05 0 0.06
HSL 211.43º 0.4% 0.9% -
HSV(B) 211.43º 0.09% 0.94% -
XYZ 72.24 76.62 92.64 -
YUV 226.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 218 228 239 0.09 0.05 0 0.06 211.43 0.4 0.9
Hex DA E4 EF 9 5 0 6 D3 28 5A
Octal 332 344 357 11 5 0 6 323 50 132
Binary 11011010 11100100 11101111 1001 101 0 110 11010011 101000 1011010

Color Harmonies of #DAE4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4EF

Black with #DAE4EF

Text Example


Text Example

White with #DAE4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4EF; }

 p { color: rgb(218,228,239); }

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

background-color css

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

 a { background-color: rgb(218,228,239); }

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

border-color css

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

 span { border-color: rgb(218,228,239); }

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