#CDDCEB

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

Shades of Pattens Blue #CDDCEB

Tints of Pattens Blue #CDDCEB

Color information

#CDDCEB (or 0xCDDCEB) is unknown color: approx Pattens Blue. HEX triplet: CD, DC and EB. RGB value is (205,220,235). Sum of RGB (Red+Green+Blue) = 205+220+235=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCEB is #322314. Grayscale: #D9D9D9. Windows color (decimal): -3285781 or 15457485. OLE color: 15457485.

HSL color Cylindrical-coordinate representation of color #CDDCEB: hue angle of 210º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDCEB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205220235-
CMYK0.130.0600.08
HSL210º42.86%86.27%-
HSV(B)210º12.77%92.16%-
XYZ65.7770.1688.67-
YUV217.22138.03119.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=31.06%
G=33.33%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052202350.130.0600.0821042.8686.27
HexCDDCEBD608d22b56
Octal31533435315601032253126
Binary110011011101110011101011110111001000110100101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCEB; }

 p { color: rgb(205,220,235); }

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

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

 a { background-color: rgb(205,220,235); }

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

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

 span { border-color: rgb(205,220,235); }

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