#CDDEEB

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

Shades of Pattens Blue #CDDEEB

Tints of Pattens Blue #CDDEEB

Color information

#CDDEEB (or 0xCDDEEB) is unknown color: approx Pattens Blue. HEX triplet: CD, DE and EB. RGB value is (205,222,235). Sum of RGB (Red+Green+Blue) = 205+222+235=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEEB is #322114. Grayscale: #DADADA. Windows color (decimal): -3285269 or 15457997. OLE color: 15457997.

HSL color Cylindrical-coordinate representation of color #CDDEEB: hue angle of 206º 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 #CDDEEB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205222235-
CMYK0.130.0600.08
HSL206º42.86%86.27%-
HSV(B)206º12.77%92.16%-
XYZ66.2971.2288.85-
YUV218.4137.37118.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=30.97%
G=33.53%
B=35.50%

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
Decimal2052222350.130.0600.0820642.8686.27
HexCDDEEBD608ce2b56
Octal31533635315601031653126
Binary110011011101111011101011110111001000110011101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEEB; }

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

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

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

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

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

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

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

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