Html Css Color HEX #DAE8F3 Pattens Blue

📋 copy color: '#DAE8F3'

red 218 ◦ green 232 ◦ blue 243

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

Shades of Pattens Blue #DAE8F3

Tints of Pattens Blue #DAE8F3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.48%

 BLUE value IS 243 (95.31% from 255) = 35.06%

R = 31.46%
G = 33.48%
B = 35.06%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAE8F3 (or 0xDAE8F3) is known color: Pattens Blue. HEX triplet: DA, E8 and F3. RGB value is (218,232,243). Sum of RGB (Red+Green+Blue) = 218+232+243=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8F3 is #25170C. Grayscale: #E5E5E5. Windows color (decimal): -2430733 or 15984858. OLE color: 15984858.

HSL color Cylindrical-coordinate representation of color #DAE8F3: hue angle of 206.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE8F3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 232 243 -
CMYK 0.10 0.05 0 0.05
HSL 206.4º 0.51% 0.9% -
HSV(B) 206.4º 0.1% 0.95% -
XYZ 73.95 79.09 96.16 -
YUV 229.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 218 232 243 0.10 0.05 0 0.05 206.4 0.51 0.9
Hex DA E8 F3 A 5 0 5 CE 33 5A
Octal 332 350 363 12 5 0 5 316 63 132
Binary 11011010 11101000 11110011 1010 101 0 101 11001110 110011 1011010

Color Harmonies of #DAE8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8F3

Black with #DAE8F3

Text Example


Text Example

White with #DAE8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8F3; }

 p { color: rgb(218,232,243); }

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

background-color css

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

 a { background-color: rgb(218,232,243); }

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

border-color css

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

 span { border-color: rgb(218,232,243); }

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