#CDE2FB

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

Shades of Pattens Blue #CDE2FB

Tints of Pattens Blue #CDE2FB

Color information

#CDE2FB (or 0xCDE2FB) is unknown color: approx Pattens Blue. HEX triplet: CD, E2 and FB. RGB value is (205,226,251). Sum of RGB (Red+Green+Blue) = 205+226+251=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2FB is #321D04. Grayscale: #DEDEDE. Windows color (decimal): -3284229 or 16507597. OLE color: 16507597.

HSL color Cylindrical-coordinate representation of color #CDE2FB: hue angle of 212.61º degrees, saturation: 0.85, 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 #CDE2FB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205226251-
CMYK0.180.1000.02
HSL212.61º85.19%89.41%-
HSV(B)212.61º18.33%98.43%-
XYZ69.7974.34101.94-
YUV222.57144.04115.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.06%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=30.06%
G=33.14%
B=36.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052262510.180.1000.02212.6185.1989.41
HexCDE2FB12A02d55559
Octal315342373221202325125131
Binary1100110111100010111110111001010100101101010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2FB; }

 p { color: rgb(205,226,251); }

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

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

 a { background-color: rgb(205,226,251); }

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

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

 span { border-color: rgb(205,226,251); }

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