#CDE6FA

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

Shades of Pattens Blue #CDE6FA

Tints of Pattens Blue #CDE6FA

Color information

#CDE6FA (or 0xCDE6FA) is unknown color: approx Pattens Blue. HEX triplet: CD, E6 and FA. RGB value is (205,230,250). Sum of RGB (Red+Green+Blue) = 205+230+250=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6FA is #321905. Grayscale: #E0E0E0. Windows color (decimal): -3283206 or 16443085. OLE color: 16443085.

HSL color Cylindrical-coordinate representation of color #CDE6FA: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE6FA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205230250-
CMYK0.180.0800.02
HSL206.67º81.82%89.22%-
HSV(B)206.67º18%98.04%-
XYZ70.7376.47101.48-
YUV224.8142.22113.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 230 (90.23% from 255) = 33.58%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=29.93%
G=33.58%
B=36.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052302500.180.0800.02206.6781.8289.22
HexCDE6FA12802cf5259
Octal315346372221002317122131
Binary1100110111100110111110101001010000101100111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6FA; }

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

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

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

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

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

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

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

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