#CDDEED

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

Shades of Pattens Blue #CDDEED

Tints of Pattens Blue #CDDEED

Color information

#CDDEED (or 0xCDDEED) is unknown color: approx Pattens Blue. HEX triplet: CD, DE and ED. RGB value is (205,222,237). Sum of RGB (Red+Green+Blue) = 205+222+237=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEED is #322112. Grayscale: #DADADA. Windows color (decimal): -3285267 or 15589069. OLE color: 15589069.

HSL color Cylindrical-coordinate representation of color #CDDEED: hue angle of 208.12º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDEED is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205222237-
CMYK0.140.0600.07
HSL208.12º47.06%86.67%-
HSV(B)208.12º13.5%92.94%-
XYZ66.5871.3490.38-
YUV218.63138.37118.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=30.87%
G=33.43%
B=35.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052222370.140.0600.07208.1247.0686.67
HexCDDEEDE607d02f57
Octal3153363551660732057127
Binary11001101110111101110110111101100111110100001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEED; }

 p { color: rgb(205,222,237); }

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

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

 a { background-color: rgb(205,222,237); }

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

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

 span { border-color: rgb(205,222,237); }

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