#CDDDEE

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

Shades of Pattens Blue #CDDDEE

Tints of Pattens Blue #CDDDEE

Color information

#CDDDEE (or 0xCDDDEE) is unknown color: approx Pattens Blue. HEX triplet: CD, DD and EE. RGB value is (205,221,238). Sum of RGB (Red+Green+Blue) = 205+221+238=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDEE is #322211. Grayscale: #DADADA. Windows color (decimal): -3285522 or 15654349. OLE color: 15654349.

HSL color Cylindrical-coordinate representation of color #CDDDEE: hue angle of 210.91º degrees, saturation: 0.49, 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 #CDDDEE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205221238-
CMYK0.140.0700.07
HSL210.91º49.25%86.86%-
HSV(B)210.91º13.87%93.33%-
XYZ66.4770.8791.06-
YUV218.15139.2118.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=30.87%
G=33.28%
B=35.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052212380.140.0700.07210.9149.2586.86
HexCDDDEEE707d33157
Octal3153353561670732361127
Binary11001101110111011110111011101110111110100111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDEE; }

 p { color: rgb(205,221,238); }

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

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

 a { background-color: rgb(205,221,238); }

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

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

 span { border-color: rgb(205,221,238); }

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