Html Css Color HEX #DAEBFC Pattens Blue

📋 copy color: '#DAEBFC'

red 218 ◦ green 235 ◦ blue 252

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

Shades of Pattens Blue #DAEBFC

Tints of Pattens Blue #DAEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.33%

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

R = 30.92%
G = 33.33%
B = 35.74%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAEBFC (or 0xDAEBFC) is known color: Pattens Blue. HEX triplet: DA, EB and FC. RGB value is (218,235,252). Sum of RGB (Red+Green+Blue) = 218+235+252=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBFC is #251403. Grayscale: #E7E7E7. Windows color (decimal): -2429956 or 16575450. OLE color: 16575450.

HSL color Cylindrical-coordinate representation of color #DAEBFC: hue angle of 210º 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 #DAEBFC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 235 252 -
CMYK 0.13 0.07 0 0.01
HSL 210º 0.85% 0.92% -
HSV(B) 210º 0.13% 0.99% -
XYZ 76.19 81.35 103.78 -
YUV 231.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 218 235 252 0.13 0.07 0 0.01 210 0.85 0.92
Hex DA EB FC D 7 0 1 D2 55 5C
Octal 332 353 374 15 7 0 1 322 125 134
Binary 11011010 11101011 11111100 1101 111 0 1 11010010 1010101 1011100

Color Harmonies of #DAEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBFC

Black with #DAEBFC

Text Example


Text Example

White with #DAEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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