#CEDFE7

Color #CEDFE7 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CEDFE7

Tints of Pattens Blue #CEDFE7

Color information

#CEDFE7 (or 0xCEDFE7) is unknown color: approx Pattens Blue. HEX triplet: CE, DF and E7. RGB value is (206,223,231). Sum of RGB (Red+Green+Blue) = 206+223+231=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFE7 is #312018. Grayscale: #DADADA. Windows color (decimal): -3219481 or 15196110. OLE color: 15196110.

HSL color Cylindrical-coordinate representation of color #CEDFE7: hue angle of 199.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDFE7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206223231-
CMYK0.110.0300.09
HSL199.2º34.25%85.69%-
HSV(B)199.2º10.82%90.59%-
XYZ66.2771.6785.94-
YUV218.83134.87118.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 231 (90.62% from 255) = 35%
R=31.21%
G=33.79%
B=35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062232310.110.0300.09199.234.2585.69
HexCEDFE7B309c72256
Octal31633734713301130742126
Binary11001110110111111110011110111101001110001111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFE7; }

 p { color: rgb(206,223,231); }

 H1.HeaderClassName
 {
   color: #CEDFE7;
 }
 .AnyTagClassName
 {
   color: #CEDFE7;
 }
</style>
background-color css

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

 a { background-color: rgb(206,223,231); }

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

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

 span { border-color: rgb(206,223,231); }

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