#CDE4FF

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

Shades of Pattens Blue #CDE4FF

Tints of Pattens Blue #CDE4FF

Color information

#CDE4FF (or 0xCDE4FF) is unknown color: approx Pattens Blue. HEX triplet: CD, E4 and FF. RGB value is (205,228,255). Sum of RGB (Red+Green+Blue) = 205+228+255=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4FF is #321B00. Grayscale: #E0E0E0. Windows color (decimal): -3283713 or 16770253. OLE color: 16770253.

HSL color Cylindrical-coordinate representation of color #CDE4FF: hue angle of 212.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDE4FF is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205228255-
CMYK0.200.1100
HSL212.4º100%90.2%-
HSV(B)212.4º19.61%100%-
XYZ70.9775.69105.48-
YUV224.2145.38114.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.80%
GREEN value IS 228 (89.45% from 255) = 33.14%
BLUE value IS 255 (100% from 255) = 37.06%
R=29.80%
G=33.14%
B=37.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052282550.200.1100212.410090.2
HexCDE4FF14B00d4645a
Octal315344377241300324144132
Binary110011011110010011111111101001011001101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4FF; }

 p { color: rgb(205,228,255); }

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

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

 a { background-color: rgb(205,228,255); }

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

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

 span { border-color: rgb(205,228,255); }

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