#CDDCE6

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

Shades of Pattens Blue #CDDCE6

Tints of Pattens Blue #CDDCE6

Color information

#CDDCE6 (or 0xCDDCE6) is unknown color: approx Pattens Blue. HEX triplet: CD, DC and E6. RGB value is (205,220,230). Sum of RGB (Red+Green+Blue) = 205+220+230=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCE6 is #322319. Grayscale: #D8D8D8. Windows color (decimal): -3285786 or 15129805. OLE color: 15129805.

HSL color Cylindrical-coordinate representation of color #CDDCE6: hue angle of 204º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDCE6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205220230-
CMYK0.110.0400.10
HSL204º33.33%85.29%-
HSV(B)204º10.87%90.2%-
XYZ65.0569.8884.92-
YUV216.65135.53119.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=31.30%
G=33.59%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052202300.110.0400.1020433.3385.29
HexCDDCE6B40Acc2155
Octal31533434613401231441125
Binary110011011101110011100110101110001010110011001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCE6; }

 p { color: rgb(205,220,230); }

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

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

 a { background-color: rgb(205,220,230); }

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

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

 span { border-color: rgb(205,220,230); }

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