#CDDEEE

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

Shades of Pattens Blue #CDDEEE

Tints of Pattens Blue #CDDEEE

Color information

#CDDEEE (or 0xCDDEEE) is unknown color: approx Pattens Blue. HEX triplet: CD, DE and EE. RGB value is (205,222,238). Sum of RGB (Red+Green+Blue) = 205+222+238=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEEE is #322111. Grayscale: #DADADA. Windows color (decimal): -3285266 or 15654605. OLE color: 15654605.

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

Color convert

RGB205222238-
CMYK0.140.0700.07
HSL209.09º49.25%86.86%-
HSV(B)209.09º13.87%93.33%-
XYZ66.7371.3991.15-
YUV218.74138.87118.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=30.83%
G=33.38%
B=35.79%

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
Decimal2052222380.140.0700.07209.0949.2586.86
HexCDDEEEE707d13157
Octal3153363561670732161127
Binary11001101110111101110111011101110111110100011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEEE; }

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

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

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

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

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

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

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

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