#CDE7FF

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

Shades of Pattens Blue #CDE7FF

Tints of Pattens Blue #CDE7FF

Color information

#CDE7FF (or 0xCDE7FF) is unknown color: approx Pattens Blue. HEX triplet: CD, E7 and FF. RGB value is (205,231,255). Sum of RGB (Red+Green+Blue) = 205+231+255=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7FF is #321800. Grayscale: #E1E1E1. Windows color (decimal): -3282945 or 16771021. OLE color: 16771021.

HSL color Cylindrical-coordinate representation of color #CDE7FF: hue angle of 208.8º 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 #CDE7FF is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205231255-
CMYK0.200.0900
HSL208.8º100%90.2%-
HSV(B)208.8º19.61%100%-
XYZ71.877.35105.75-
YUV225.96144.39113.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.67%
GREEN value IS 231 (90.62% from 255) = 33.43%
BLUE value IS 255 (100% from 255) = 36.90%
R=29.67%
G=33.43%
B=36.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052312550.200.0900208.810090.2
HexCDE7FF14900d1645a
Octal315347377241100321144132
Binary110011011110011111111111101001001001101000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7FF; }

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

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

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

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

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

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

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

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