Html Css Color HEX #DAEEFC Pattens Blue

📋 copy color: '#DAEEFC'

red 218 ◦ green 238 ◦ blue 252

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

Shades of Pattens Blue #DAEEFC

Tints of Pattens Blue #DAEEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.62%

 BLUE value IS 252 (98.83% from 255) = 35.59%

R = 30.79%
G = 33.62%
B = 35.59%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAEEFC (or 0xDAEEFC) is known color: Pattens Blue. HEX triplet: DA, EE and FC. RGB value is (218,238,252). Sum of RGB (Red+Green+Blue) = 218+238+252=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEFC is #251103. Grayscale: #E9E9E9. Windows color (decimal): -2429188 or 16576218. OLE color: 16576218.

HSL color Cylindrical-coordinate representation of color #DAEEFC: hue angle of 204.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEEFC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 238 252 -
CMYK 0.13 0.06 0 0.01
HSL 204.71º 0.85% 0.92% -
HSV(B) 204.71º 0.13% 0.99% -
XYZ 77.06 83.08 104.07 -
YUV 233.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 218 238 252 0.13 0.06 0 0.01 204.71 0.85 0.92
Hex DA EE FC D 6 0 1 CD 55 5C
Octal 332 356 374 15 6 0 1 315 125 134
Binary 11011010 11101110 11111100 1101 110 0 1 11001101 1010101 1011100

Color Harmonies of #DAEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEFC

Black with #DAEEFC

Text Example


Text Example

White with #DAEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEFC; }

 p { color: rgb(218,238,252); }

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

background-color css

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

 a { background-color: rgb(218,238,252); }

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

border-color css

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

 span { border-color: rgb(218,238,252); }

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