#CDDBE9

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

Shades of Pattens Blue #CDDBE9

Tints of Pattens Blue #CDDBE9

Color information

#CDDBE9 (or 0xCDDBE9) is unknown color: approx Pattens Blue. HEX triplet: CD, DB and E9. RGB value is (205,219,233). Sum of RGB (Red+Green+Blue) = 205+219+233=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBE9 is #322416. Grayscale: #D8D8D8. Windows color (decimal): -3286039 or 15326157. OLE color: 15326157.

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

Color convert

RGB205219233-
CMYK0.120.0600.09
HSL210º38.89%85.88%-
HSV(B)210º12.02%91.37%-
XYZ65.2269.5387.07-
YUV216.41137.36119.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=31.20%
G=33.33%
B=35.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052192330.120.0600.0921038.8985.88
HexCDDBE9C609d22756
Octal31533335114601132247126
Binary110011011101101111101001110011001001110100101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBE9; }

 p { color: rgb(205,219,233); }

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

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

 a { background-color: rgb(205,219,233); }

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

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

 span { border-color: rgb(205,219,233); }

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