Html Css Color HEX #D4EBFF Pattens Blue

📋 copy color: '#D4EBFF'

red 212 ◦ green 235 ◦ blue 255

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

Shades of Pattens Blue #D4EBFF

Tints of Pattens Blue #D4EBFF

RGB

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

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

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

R = 30.2%
G = 33.48%
B = 36.32%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4EBFF (or 0xD4EBFF) is known color: Pattens Blue. HEX triplet: D4, EB and FF. RGB value is (212,235,255). Sum of RGB (Red+Green+Blue) = 212+235+255=702 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.20% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EBFF is #2B1400. Grayscale: #E6E6E6. Windows color (decimal): -2823169 or 16772052. OLE color: 16772052.

HSL color Cylindrical-coordinate representation of color #D4EBFF: hue angle of 207.91º 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 #D4EBFF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 235 255 -
CMYK 0.17 0.08 0 0
HSL 207.91º 1% 0.92% -
HSV(B) 207.91º 0.17% 1% -
XYZ 74.91 80.63 106.22 -
YUV 230.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 212 235 255 0.17 0.08 0 0 207.91 1 0.92
Hex D4 EB FF 11 8 0 0 D0 64 5C
Octal 324 353 377 21 10 0 0 320 144 134
Binary 11010100 11101011 11111111 10001 1000 0 0 11010000 1100100 1011100

Color Harmonies of #D4EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBFF

Black with #D4EBFF

Text Example


Text Example

White with #D4EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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