#CDDDE8

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

Shades of Pattens Blue #CDDDE8

Tints of Pattens Blue #CDDDE8

Color information

#CDDDE8 (or 0xCDDDE8) is unknown color: approx Pattens Blue. HEX triplet: CD, DD and E8. RGB value is (205,221,232). Sum of RGB (Red+Green+Blue) = 205+221+232=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDE8 is #322217. Grayscale: #D9D9D9. Windows color (decimal): -3285528 or 15261133. OLE color: 15261133.

HSL color Cylindrical-coordinate representation of color #CDDDE8: hue angle of 204.44º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDDE8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205221232-
CMYK0.120.0500.09
HSL204.44º36.99%85.69%-
HSV(B)204.44º11.64%90.98%-
XYZ65.670.5286.5-
YUV217.47136.2119.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=31.16%
G=33.59%
B=35.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052212320.120.0500.09204.4436.9985.69
HexCDDDE8C509cc2556
Octal31533535014501131445126
Binary110011011101110111101000110010101001110011001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDE8; }

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

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

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

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

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

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

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

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