Html Css Color HEX #D4EEFE Pattens Blue

📋 copy color: '#D4EEFE'

red 212 ◦ green 238 ◦ blue 254

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

Shades of Pattens Blue #D4EEFE

Tints of Pattens Blue #D4EEFE

RGB

 RED value IS 212 (83.2% from 255) = 30.11%

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

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

R = 30.11%
G = 33.81%
B = 36.08%

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

#D4EEFE (or 0xD4EEFE) is known color: Pattens Blue. HEX triplet: D4, EE and FE. RGB value is (212,238,254). Sum of RGB (Red+Green+Blue) = 212+238+254=704 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.11% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEFE is #2B1101. Grayscale: #E7E7E7. Windows color (decimal): -2822402 or 16707284. OLE color: 16707284.

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

Color convert

RGB 212 238 254 -
CMYK 0.17 0.06 0 0.00
HSL 202.86º 0.95% 0.91% -
HSV(B) 202.86º 0.17% 1% -
XYZ 75.62 82.3 105.67 -
YUV 232.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 212 238 254 0.17 0.06 0 0.00 202.86 0.95 0.91
Hex D4 EE FE 11 6 0 0 CB 5F 5B
Octal 324 356 376 21 6 0 0 313 137 133
Binary 11010100 11101110 11111110 10001 110 0 0 11001011 1011111 1011011

Color Harmonies of #D4EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EEFE

Black with #D4EEFE

Text Example


Text Example

White with #D4EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EEFE; }

 p { color: rgb(212,238,254); }

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

background-color css

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

 a { background-color: rgb(212,238,254); }

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

border-color css

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

 span { border-color: rgb(212,238,254); }

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