#CDD9E0

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

Shades of Pattens Blue #CDD9E0

Tints of Pattens Blue #CDD9E0

Color information

#CDD9E0 (or 0xCDD9E0) is unknown color: approx Pattens Blue. HEX triplet: CD, D9 and E0. RGB value is (205,217,224). Sum of RGB (Red+Green+Blue) = 205+217+224=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDD9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9E0 is #32261F. Grayscale: #D6D6D6. Windows color (decimal): -3286560 or 14735821. OLE color: 14735821.

HSL color Cylindrical-coordinate representation of color #CDD9E0: hue angle of 202.11º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD9E0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205217224-
CMYK0.080.0300.12
HSL202.11º23.46%84.12%-
HSV(B)202.11º8.48%87.84%-
XYZ63.4467.9980.3-
YUV214.21133.52121.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=31.73%
G=33.59%
B=34.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052172240.080.0300.12202.1123.4684.12
HexCDD9E0830Cca1754
Octal31533134010301431227124
Binary1100110111011001111000001000110110011001010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9E0; }

 p { color: rgb(205,217,224); }

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

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

 a { background-color: rgb(205,217,224); }

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

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

 span { border-color: rgb(205,217,224); }

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