#CDE2FA

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

Shades of Pattens Blue #CDE2FA

Tints of Pattens Blue #CDE2FA

Color information

#CDE2FA (or 0xCDE2FA) is unknown color: approx Pattens Blue. HEX triplet: CD, E2 and FA. RGB value is (205,226,250). Sum of RGB (Red+Green+Blue) = 205+226+250=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2FA is #321D05. Grayscale: #DEDEDE. Windows color (decimal): -3284230 or 16442061. OLE color: 16442061.

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

Color convert

RGB205226250-
CMYK0.180.1000.02
HSL212º81.82%89.22%-
HSV(B)212º18%98.04%-
XYZ69.6374.27101.11-
YUV222.46143.54115.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.10%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=30.10%
G=33.19%
B=36.71%

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
Decimal2052262500.180.1000.0221281.8289.22
HexCDE2FA12A02d45259
Octal315342372221202324122131
Binary1100110111100010111110101001010100101101010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2FA; }

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

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

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

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

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

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

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

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