Html Css Color HEX #DAEFFE Pattens Blue

📋 copy color: '#DAEFFE'

red 218 ◦ green 239 ◦ blue 254

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

Shades of Pattens Blue #DAEFFE

Tints of Pattens Blue #DAEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.61%

 BLUE value IS 254 (99.61% from 255) = 35.72%

R = 30.66%
G = 33.61%
B = 35.72%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAEFFE (or 0xDAEFFE) is known color: Pattens Blue. HEX triplet: DA, EF and FE. RGB value is (218,239,254). Sum of RGB (Red+Green+Blue) = 218+239+254=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFFE is #251001. Grayscale: #EAEAEA. Windows color (decimal): -2428930 or 16707546. OLE color: 16707546.

HSL color Cylindrical-coordinate representation of color #DAEFFE: hue angle of 205º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEFFE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 239 254 -
CMYK 0.14 0.06 0 0.00
HSL 205º 0.95% 0.93% -
HSV(B) 205º 0.14% 1% -
XYZ 77.67 83.79 105.85 -
YUV 234.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 218 239 254 0.14 0.06 0 0.00 205 0.95 0.93
Hex DA EF FE E 6 0 0 CD 5F 5D
Octal 332 357 376 16 6 0 0 315 137 135
Binary 11011010 11101111 11111110 1110 110 0 0 11001101 1011111 1011101

Color Harmonies of #DAEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFFE

Black with #DAEFFE

Text Example


Text Example

White with #DAEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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