#CEDCE4

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

Shades of Pattens Blue #CEDCE4

Tints of Pattens Blue #CEDCE4

Color information

#CEDCE4 (or 0xCEDCE4) is unknown color: approx Pattens Blue. HEX triplet: CE, DC and E4. RGB value is (206,220,228). Sum of RGB (Red+Green+Blue) = 206+220+228=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE4 is #31231B. Grayscale: #D8D8D8. Windows color (decimal): -3220252 or 14998734. OLE color: 14998734.

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

Color convert

RGB206220228-
CMYK0.100.0400.11
HSL201.82º28.95%85.1%-
HSV(B)201.82º9.65%89.41%-
XYZ65.0569.9183.46-
YUV216.73134.36120.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=31.50%
G=33.64%
B=34.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062202280.100.0400.11201.8228.9585.1
HexCEDCE4A40Bca1d55
Octal31633434412401331235125
Binary11001110110111001110010010101000101111001010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCE4; }

 p { color: rgb(206,220,228); }

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

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

 a { background-color: rgb(206,220,228); }

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

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

 span { border-color: rgb(206,220,228); }

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