#CDE6FE

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

Shades of Pattens Blue #CDE6FE

Tints of Pattens Blue #CDE6FE

Color information

#CDE6FE (or 0xCDE6FE) is unknown color: approx Pattens Blue. HEX triplet: CD, E6 and FE. RGB value is (205,230,254). Sum of RGB (Red+Green+Blue) = 205+230+254=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6FE is #321901. Grayscale: #E1E1E1. Windows color (decimal): -3283202 or 16705229. OLE color: 16705229.

HSL color Cylindrical-coordinate representation of color #CDE6FE: hue angle of 209.39º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE6FE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205230254-
CMYK0.190.0900.00
HSL209.39º96.08%90%-
HSV(B)209.39º19.29%99.61%-
XYZ71.3676.73104.81-
YUV225.26144.22113.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.75%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=29.75%
G=33.38%
B=36.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052302540.190.0900.00209.3996.0890
HexCDE6FE13900d1605a
Octal315346376231100321140132
Binary110011011110011011111110100111001001101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6FE; }

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

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

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

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

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

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

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

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