#CDDCEA

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

Shades of Pattens Blue #CDDCEA

Tints of Pattens Blue #CDDCEA

Color information

#CDDCEA (or 0xCDDCEA) is unknown color: approx Pattens Blue. HEX triplet: CD, DC and EA. RGB value is (205,220,234). Sum of RGB (Red+Green+Blue) = 205+220+234=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCEA is #322315. Grayscale: #D9D9D9. Windows color (decimal): -3285782 or 15391949. OLE color: 15391949.

HSL color Cylindrical-coordinate representation of color #CDDCEA: hue angle of 208.97º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDCEA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205220234-
CMYK0.120.0600.08
HSL208.97º40.85%86.08%-
HSV(B)208.97º12.39%91.76%-
XYZ65.6270.1187.92-
YUV217.11137.53119.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=31.11%
G=33.38%
B=35.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052202340.120.0600.08208.9740.8586.08
HexCDDCEAC608d12956
Octal31533435214601032151126
Binary110011011101110011101010110011001000110100011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCEA; }

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

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

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

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

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

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

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

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