Html Css Color HEX #D5EDFC Pattens Blue

📋 copy color: '#D5EDFC'

red 213 ◦ green 237 ◦ blue 252

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

Shades of Pattens Blue #D5EDFC

Tints of Pattens Blue #D5EDFC

RGB

 RED value IS 213 (83.59% from 255) = 30.34%

 GREEN value IS 237 (92.97% from 255) = 33.76%

 BLUE value IS 252 (98.83% from 255) = 35.9%

R = 30.34%
G = 33.76%
B = 35.9%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5EDFC (or 0xD5EDFC) is known color: Pattens Blue. HEX triplet: D5, ED and FC. RGB value is (213,237,252). Sum of RGB (Red+Green+Blue) = 213+237+252=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EDFC is #2A1203. Grayscale: #E7E7E7. Windows color (decimal): -2757124 or 16575957. OLE color: 16575957.

HSL color Cylindrical-coordinate representation of color #D5EDFC: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5EDFC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 237 252 -
CMYK 0.15 0.06 0 0.01
HSL 203.08º 0.87% 0.91% -
HSV(B) 203.08º 0.15% 0.99% -
XYZ 75.3 81.74 103.9 -
YUV 231.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 213 237 252 0.15 0.06 0 0.01 203.08 0.87 0.91
Hex D5 ED FC F 6 0 1 CB 57 5B
Octal 325 355 374 17 6 0 1 313 127 133
Binary 11010101 11101101 11111100 1111 110 0 1 11001011 1010111 1011011

Color Harmonies of #D5EDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDFC

Black with #D5EDFC

Text Example


Text Example

White with #D5EDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDFC; }

 p { color: rgb(213,237,252); }

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

background-color css

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

 a { background-color: rgb(213,237,252); }

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

border-color css

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

 span { border-color: rgb(213,237,252); }

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