Html Css Color HEX #DAE9F3 Pattens Blue

📋 copy color: '#DAE9F3'

red 218 ◦ green 233 ◦ blue 243

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

Shades of Pattens Blue #DAE9F3

Tints of Pattens Blue #DAE9F3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.57%

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

R = 31.41%
G = 33.57%
B = 35.01%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAE9F3 (or 0xDAE9F3) is known color: Pattens Blue. HEX triplet: DA, E9 and F3. RGB value is (218,233,243). Sum of RGB (Red+Green+Blue) = 218+233+243=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE9F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F3 is #25160C. Grayscale: #E5E5E5. Windows color (decimal): -2430477 or 15985114. OLE color: 15985114.

HSL color Cylindrical-coordinate representation of color #DAE9F3: hue angle of 204º 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 #DAE9F3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 233 243 -
CMYK 0.10 0.04 0 0.05
HSL 204º 0.51% 0.9% -
HSV(B) 204º 0.1% 0.95% -
XYZ 74.23 79.65 96.26 -
YUV 229.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 218 233 243 0.10 0.04 0 0.05 204 0.51 0.9
Hex DA E9 F3 A 4 0 5 CC 33 5A
Octal 332 351 363 12 4 0 5 314 63 132
Binary 11011010 11101001 11110011 1010 100 0 101 11001100 110011 1011010

Color Harmonies of #DAE9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9F3

Black with #DAE9F3

Text Example


Text Example

White with #DAE9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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