#CDDFE9

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

Shades of Pattens Blue #CDDFE9

Tints of Pattens Blue #CDDFE9

Color information

#CDDFE9 (or 0xCDDFE9) is unknown color: approx Pattens Blue. HEX triplet: CD, DF and E9. RGB value is (205,223,233). Sum of RGB (Red+Green+Blue) = 205+223+233=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFE9 is #322016. Grayscale: #DADADA. Windows color (decimal): -3285015 or 15327181. OLE color: 15327181.

HSL color Cylindrical-coordinate representation of color #CDDFE9: hue angle of 201.43º degrees, saturation: 0.39, 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 #CDDFE9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205223233-
CMYK0.120.0400.09
HSL201.43º38.89%85.88%-
HSV(B)201.43º12.02%91.37%-
XYZ66.2771.6487.43-
YUV218.76136.04118.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=31.01%
G=33.74%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052232330.120.0400.09201.4338.8985.88
HexCDDFE9C409c92756
Octal31533735114401131147126
Binary110011011101111111101001110010001001110010011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFE9; }

 p { color: rgb(205,223,233); }

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

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

 a { background-color: rgb(205,223,233); }

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

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

 span { border-color: rgb(205,223,233); }

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