#CDE6EE

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

Shades of Pattens Blue #CDE6EE

Tints of Pattens Blue #CDE6EE

Color information

#CDE6EE (or 0xCDE6EE) is unknown color: approx Pattens Blue. HEX triplet: CD, E6 and EE. RGB value is (205,230,238). Sum of RGB (Red+Green+Blue) = 205+230+238=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6EE is #321911. Grayscale: #DFDFDF. Windows color (decimal): -3283218 or 15656653. OLE color: 15656653.

HSL color Cylindrical-coordinate representation of color #CDE6EE: hue angle of 194.55º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE6EE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205230238-
CMYK0.140.0300.07
HSL194.55º49.25%86.86%-
HSV(B)194.55º13.87%93.33%-
XYZ68.9175.7591.88-
YUV223.44136.22114.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 230 (90.23% from 255) = 34.18%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=30.46%
G=34.18%
B=35.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052302380.140.0300.07194.5549.2586.86
HexCDE6EEE307c33157
Octal3153463561630730361127
Binary1100110111100110111011101110110111110000111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6EE; }

 p { color: rgb(205,230,238); }

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

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

 a { background-color: rgb(205,230,238); }

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

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

 span { border-color: rgb(205,230,238); }

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