Html Css Color HEX #D2EFFE Pattens Blue

📋 copy color: '#D2EFFE'

red 210 ◦ green 239 ◦ blue 254

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

Shades of Pattens Blue #D2EFFE

Tints of Pattens Blue #D2EFFE

RGB

 RED value IS 210 (82.42% from 255) = 29.87%

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

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

R = 29.87%
G = 34%
B = 36.13%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2EFFE (or 0xD2EFFE) is known color: Pattens Blue. HEX triplet: D2, EF and FE. RGB value is (210,239,254). Sum of RGB (Red+Green+Blue) = 210+239+254=703 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.87% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFFE is #2D1001. Grayscale: #E7E7E7. Windows color (decimal): -2953218 or 16707538. OLE color: 16707538.

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

Color convert

RGB 210 239 254 -
CMYK 0.17 0.06 0 0.00
HSL 200.45º 0.96% 0.91% -
HSV(B) 200.45º 0.17% 1% -
XYZ 75.33 82.59 105.74 -
YUV 232.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 210 239 254 0.17 0.06 0 0.00 200.45 0.96 0.91
Hex D2 EF FE 11 6 0 0 C8 60 5B
Octal 322 357 376 21 6 0 0 310 140 133
Binary 11010010 11101111 11111110 10001 110 0 0 11001000 1100000 1011011

Color Harmonies of #D2EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFFE

Black with #D2EFFE

Text Example


Text Example

White with #D2EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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