#CDE7EF

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

Shades of Pattens Blue #CDE7EF

Tints of Pattens Blue #CDE7EF

Color information

#CDE7EF (or 0xCDE7EF) is unknown color: approx Pattens Blue. HEX triplet: CD, E7 and EF. RGB value is (205,231,239). Sum of RGB (Red+Green+Blue) = 205+231+239=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7EF is #321810. Grayscale: #E0E0E0. Windows color (decimal): -3282961 or 15722445. OLE color: 15722445.

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

Color convert

RGB205231239-
CMYK0.140.0300.06
HSL194.12º51.52%87.06%-
HSV(B)194.12º14.23%93.73%-
XYZ69.3376.3692.75-
YUV224.14136.39114.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 231 (90.62% from 255) = 34.22%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=30.37%
G=34.22%
B=35.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052312390.140.0300.06194.1251.5287.06
HexCDE7EFE306c23457
Octal3153473571630630264127
Binary1100110111100111111011111110110110110000101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7EF; }

 p { color: rgb(205,231,239); }

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

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

 a { background-color: rgb(205,231,239); }

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

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

 span { border-color: rgb(205,231,239); }

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