#CFDDE9

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

Shades of Pattens Blue #CFDDE9

Tints of Pattens Blue #CFDDE9

Color information

#CFDDE9 (or 0xCFDDE9) is unknown color: approx Pattens Blue. HEX triplet: CF, DD and E9. RGB value is (207,221,233). Sum of RGB (Red+Green+Blue) = 207+221+233=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 221 (86.72% from 255 or 33.43% 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 #CFDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDE9 is #302216. Grayscale: #DADADA. Windows color (decimal): -3154455 or 15326671. OLE color: 15326671.

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

Color convert

RGB207221233-
CMYK0.110.0500.09
HSL207.69º37.14%86.27%-
HSV(B)207.69º11.16%91.37%-
XYZ66.370.8687.27-
YUV218.18136.36120.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=31.32%
G=33.43%
B=35.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072212330.110.0500.09207.6937.1486.27
HexCFDDE9B509d02556
Octal31733535113501132045126
Binary110011111101110111101001101110101001110100001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDE9; }

 p { color: rgb(207,221,233); }

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

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

 a { background-color: rgb(207,221,233); }

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

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

 span { border-color: rgb(207,221,233); }

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