#CEDBE3

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

Shades of Pattens Blue #CEDBE3

Tints of Pattens Blue #CEDBE3

Color information

#CEDBE3 (or 0xCEDBE3) is unknown color: approx Pattens Blue. HEX triplet: CE, DB and E3. RGB value is (206,219,227). Sum of RGB (Red+Green+Blue) = 206+219+227=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBE3 is #31241C. Grayscale: #D7D7D7. Windows color (decimal): -3220509 or 14932942. OLE color: 14932942.

HSL color Cylindrical-coordinate representation of color #CEDBE3: hue angle of 202.86º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDBE3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206219227-
CMYK0.090.0400.11
HSL202.86º27.27%84.9%-
HSV(B)202.86º9.25%89.02%-
XYZ64.6569.3382.65-
YUV216.02134.19120.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=31.60%
G=33.59%
B=34.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062192270.090.0400.11202.8627.2784.9
HexCEDBE3940Bcb1b55
Octal31633334311401331333125
Binary11001110110110111110001110011000101111001011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBE3; }

 p { color: rgb(206,219,227); }

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

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

 a { background-color: rgb(206,219,227); }

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

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

 span { border-color: rgb(206,219,227); }

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