Html Css Color HEX #D4EEFF Pattens Blue

📋 copy color: '#D4EEFF'

red 212 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #D4EEFF

Tints of Pattens Blue #D4EEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.17%

R = 30.07%
G = 33.76%
B = 36.17%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4EEFF (or 0xD4EEFF) is known color: Pattens Blue. HEX triplet: D4, EE and FF. RGB value is (212,238,255). Sum of RGB (Red+Green+Blue) = 212+238+255=705 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.07% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEFF is #2B1100. Grayscale: #E8E8E8. Windows color (decimal): -2822401 or 16772820. OLE color: 16772820.

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

Color convert

RGB 212 238 255 -
CMYK 0.17 0.07 0 0
HSL 203.72º 1% 0.92% -
HSV(B) 203.72º 0.17% 1% -
XYZ 75.78 82.37 106.51 -
YUV 232.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 212 238 255 0.17 0.07 0 0 203.72 1 0.92
Hex D4 EE FF 11 7 0 0 CC 64 5C
Octal 324 356 377 21 7 0 0 314 144 134
Binary 11010100 11101110 11111111 10001 111 0 0 11001100 1100100 1011100

Color Harmonies of #D4EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EEFF

Black with #D4EEFF

Text Example


Text Example

White with #D4EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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