Html Css Color HEX #DAE7EF Pattens Blue

📋 copy color: '#DAE7EF'

red 218 ◦ green 231 ◦ blue 239

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

Shades of Pattens Blue #DAE7EF

Tints of Pattens Blue #DAE7EF

RGB

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

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

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

R = 31.69%
G = 33.58%
B = 34.74%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAE7EF (or 0xDAE7EF) is known color: Pattens Blue. HEX triplet: DA, E7 and EF. RGB value is (218,231,239). Sum of RGB (Red+Green+Blue) = 218+231+239=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7EF is #251810. Grayscale: #E3E3E3. Windows color (decimal): -2430993 or 15722458. OLE color: 15722458.

HSL color Cylindrical-coordinate representation of color #DAE7EF: hue angle of 202.86º 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 #DAE7EF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 231 239 -
CMYK 0.09 0.03 0 0.06
HSL 202.86º 0.4% 0.9% -
HSV(B) 202.86º 0.09% 0.94% -
XYZ 73.07 78.29 92.92 -
YUV 228.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 218 231 239 0.09 0.03 0 0.06 202.86 0.4 0.9
Hex DA E7 EF 9 3 0 6 CB 28 5A
Octal 332 347 357 11 3 0 6 313 50 132
Binary 11011010 11100111 11101111 1001 11 0 110 11001011 101000 1011010

Color Harmonies of #DAE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7EF

Black with #DAE7EF

Text Example


Text Example

White with #DAE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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