Html Css Color HEX #D2E8F4 Pattens Blue

📋 copy color: '#D2E8F4'

red 210 ◦ green 232 ◦ blue 244

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

Shades of Pattens Blue #D2E8F4

Tints of Pattens Blue #D2E8F4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.82%

 BLUE value IS 244 (95.7% from 255) = 35.57%

R = 30.61%
G = 33.82%
B = 35.57%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D2E8F4 (or 0xD2E8F4) is known color: Pattens Blue. HEX triplet: D2, E8 and F4. RGB value is (210,232,244). Sum of RGB (Red+Green+Blue) = 210+232+244=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #D2E8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E8F4 is #2D170B. Grayscale: #E2E2E2. Windows color (decimal): -2955020 or 16050386. OLE color: 16050386.

HSL color Cylindrical-coordinate representation of color #D2E8F4: hue angle of 201.18º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2E8F4 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 232 244 -
CMYK 0.14 0.05 0 0.04
HSL 201.18º 0.61% 0.89% -
HSV(B) 201.18º 0.14% 0.96% -
XYZ 71.76 77.95 96.85 -
YUV 226.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 210 232 244 0.14 0.05 0 0.04 201.18 0.61 0.89
Hex D2 E8 F4 E 5 0 4 C9 3D 59
Octal 322 350 364 16 5 0 4 311 75 131
Binary 11010010 11101000 11110100 1110 101 0 100 11001001 111101 1011001

Color Harmonies of #D2E8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E8F4

Black with #D2E8F4

Text Example


Text Example

White with #D2E8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E8F4; }

 p { color: rgb(210,232,244); }

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

background-color css

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

 a { background-color: rgb(210,232,244); }

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

border-color css

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

 span { border-color: rgb(210,232,244); }

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